github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/go/testdata/src/go-cmd-test/helloworld.go (about)

     1  package main
     2  
     3  func main() {
     4  	println("hello world")
     5  }