Sign in
go
/
vscode-go
/
58e99c907ab12c7f6bb57c5588452867b3045d7c
/
.
/
test
/
testdata
/
buildTags
/
hello.go
blob: bcbb47dd7c77cab7c888c6e8fec867ebaab0b7bf [
file
]
// +build randomtag
package main
import "fmt"
func main() {
fmt.Prinln("hello")
}