github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/cmd/go/testdata/src/notest/hello.go (about) 1 package notest 2 3 func hello() { 4 println("hello world") 5 } 6 Hello world