github.com/zxy12/golang_with_comment@v0.0.0-20190701084843-0e6b2aff5ef3/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 }