summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc/testdata/f.1.golden
blob: ba68e884c2b0a70e647832919c091827d254ee57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// The package f is a go/doc test for functions and factory ...
PACKAGE f

IMPORTPATH
	testdata/f

FILENAMES
	testdata/f.go

TYPES
	// 
	type private struct{}

	// Exported must always be visible. Was issue 2824. 
	func Exported() private