1written by hand 2 3-- .mod -- 4module vcs-test.golang.org/git/hello.git 5-- .info -- 6{"Version":"v0.0.0-20170922010558-fc3a09f3dc5c"} 7-- testonly.go -- 8package main 9 10func main() { 11 println("hello, world") 12} 13
View as plain text