github.com/gsquire/gb@v0.4.4-0.20161112235727-3982dc872064/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  }