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