blob: 81759018613d0a9c9af207e51523a1d68245ff47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// The package f is a go/doc test for functions and factory ...
PACKAGE f
IMPORTPATH
testdata/f
FILENAMES
testdata/f.go
FUNCTIONS
// Exported must always be visible. Was issue 2824.
func Exported() private
|