Black Lives Matter. Support the Equal Justice Initiative.

Text file src/go/printer/testdata/gobuild3.golden

Documentation: go/printer/testdata

     1  // other comment
     2  
     3  //go:build x
     4  // +build x
     5  
     6  // yet another comment
     7  
     8  package p
     9  
    10  func f()
    11  

View as plain text