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

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

View as plain text