package main import ( `fmt` ) func main() { // Everything's handled in init() fmt.Println("Done.") }