Black Lives Matter. Support the Equal Justice Initiative.

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

Documentation: go/printer/testdata

     1  //go:build (x || y) && z
     2  // +build x y
     3  // +build z
     4  
     5  // doc comment
     6  package p
     7  

View as plain text