Text file src/cmd/go/testdata/mod/vcs-test.golang.org_git_hello.git_v0.0.0-20170922010558-fc3a09f3dc5c.txt
1 written by hand 2 3 -- .mod -- 4 module vcs-test.golang.org/git/hello.git 5 -- .info -- 6 {"Version":"v0.0.0-20170922010558-fc3a09f3dc5c"} 7 -- testonly.go -- 8 package main 9 10 func main() { 11 println("hello, world") 12 } 13 14