github.com/gophergala2016/cmd-go-js@v0.0.0-20160421080227-24a7748a7d62/cmd/go/testdata/src/notest/hello.go (about)

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