...

Text file src/go/doc/testdata/bugpara.2.golden

Documentation: go/doc/testdata

     1// 
     2PACKAGE bugpara
     3
     4IMPORTPATH
     5	testdata/bugpara
     6
     7FILENAMES
     8	testdata/bugpara.go
     9
    10BUGS .Bugs is now deprecated, please use .Notes instead
    11	Sometimes bugs have multiple paragraphs.
    12	
    13	Like this one.
    14
    15
    16BUGS
    17BUG(rsc)	Sometimes bugs have multiple paragraphs.
    18	
    19	Like this one.
    20

View as plain text