Sign in
go
/
vscode-go
/
refs/tags/v0.31.0-rc.2
/
.
/
test
/
testdata
/
buildTags
/
hello.go
blob: bcbb47dd7c77cab7c888c6e8fec867ebaab0b7bf [
file
] [
log
] [
blame
]
// +build randomtag
package main
import "fmt"
func main() {
fmt.Prinln("hello")
}