...

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

Documentation: go/printer/testdata

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

View as plain text