github.com/fsouza/go@v0.0.0-20160225033436-e14546fefa5e/testdata/src/notest/hello.go (about)

     1  package notest
     2  
     3  func hello() {
     4  	println("hello world")
     5  }
     6  Hello world