github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/go/testdata/src/vetpkg/c.go (about) 1 // +build tagtest 2 3 package p 4 5 import "fmt" 6 7 func g() { 8 fmt.Printf("%d", 3, 4) 9 }