github.com/liujq9674git/golang-src-1.7@v0.0.0-20230517174348-17f6ec47f3f8/src/go/doc/testdata/f.1.golden (about) 1 // The package f is a go/doc test for functions and factory ... 2 PACKAGE f 3 4 IMPORTPATH 5 testdata/f 6 7 FILENAMES 8 testdata/f.go 9 10 TYPES 11 // 12 type private struct{} 13 14 // Exported must always be visible. Was issue 2824. 15 func Exported() private 16