...

Text file src/go/doc/testdata/predeclared.1.golden

Documentation: go/doc/testdata

     1// Package predeclared is a go/doc test for handling of exported ...
     2PACKAGE predeclared
     3
     4IMPORTPATH
     5	testdata/predeclared
     6
     7FILENAMES
     8	testdata/predeclared.go
     9
    10TYPES
    11	// 
    12	type bool int
    13
    14	// Must not be visible. 
    15	func (b bool) String() string
    16
    17	// 
    18	type error struct{}
    19
    20	// Must not be visible. 
    21	func (e error) Error() string
    22

View as plain text