github.com/AndrienkoAleksandr/go@v0.0.19/src/go/doc/testdata/predeclared.1.golden (about) 1 // Package predeclared is a go/doc test for handling of exported ... 2 PACKAGE predeclared 3 4 IMPORTPATH 5 testdata/predeclared 6 7 FILENAMES 8 testdata/predeclared.go 9 10 TYPES 11 // 12 type bool int 13 14 // Must not be visible. 15 func (b bool) String() string 16 17 // 18 type error struct{} 19 20 // Must not be visible. 21 func (e error) Error() string 22