6 lines
74 B
Go
6 lines
74 B
Go
package main
|
|
|
|
func init() {
|
|
println("do some other stuff before main")
|
|
}
|