Black Lives Matter. Support the Equal Justice Initiative.

Text file src/go/printer/testdata/gobuild1.input

Documentation: go/printer/testdata

     1  package p
     2  
     3  //go:build x
     4  
     5  func f()
     6  
     7  // +build y
     8  

View as plain text