libgo: update to Go 1.11
[official-gcc.git] / libgo / go / go / doc / testdata / predeclared.1.golden
blob2ff8ee666bd9467b32a6a6df66ef386f44805efb
1 // Package predeclared is a go/doc test for handling of exported ...
2 PACKAGE predeclared
4 IMPORTPATH
5         testdata/predeclared
7 FILENAMES
8         testdata/predeclared.go
10 TYPES
11         // 
12         type bool int
14         // Must not be visible. 
15         func (b bool) String() string
17         // 
18         type error struct{}
20         // Must not be visible. 
21         func (e error) Error() string