github.com/kekek/gb@v0.4.5-0.20170222120241-d4ba64b0b297/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 }