...

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

Documentation: go/printer/testdata

     1//go:build !(x || y) && z
     2// +build !x,!y,z
     3
     4package p

View as plain text