github.com/zxy12/golang151_with_comment@v0.0.0-20190507085033-721809559d3c/cmd/go/testdata/src/notest/hello.go (about) 1 package notest 2 3 func hello() { 4 println("hello world") 5 } 6 Hello world