github.com/sc0rp1us/gb@v0.4.1-0.20160319180011-4ba8cf1baa5a/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 }