github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/go/testdata/script/run_hello.txt (about)

     1  # hello world
     2  go run hello.go
     3  stderr 'hello world'
     4  
     5  -- hello.go --
     6  package main
     7  func main() { println("hello world") }