github.com/seh/gb@v0.4.4-0.20160724065125-065d2b2b1ba1/testdata/src/mainnoruntime/main.go (about) 1 package main 2 3 // no imports, so nothing imports runtime directly or transitively 4 // however the runtime contains the code for println. 5 6 func main() { 7 println("hello world") 8 }