summaryrefslogtreecommitdiffstats
path: root/src/go/doc/testdata/predeclared.1.golden
blob: 2ff8ee666bd9467b32a6a6df66ef386f44805efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Package predeclared is a go/doc test for handling of exported ...
PACKAGE predeclared

IMPORTPATH
	testdata/predeclared

FILENAMES
	testdata/predeclared.go

TYPES
	// 
	type bool int

	// Must not be visible. 
	func (b bool) String() string

	// 
	type error struct{}

	// Must not be visible. 
	func (e error) Error() string