init2.go 74 Bytes Raw Blame History Permalink 1 2 3 4 5 package main func init() { println("do some other stuff before main") }