github.com/AndrienkoAleksandr/go@v0.0.19/src/go/printer/testdata/gobuild1.input (about) 1 package p 2 3 //go:build x 4 5 func f() 6 7 // +build y