func init()

in galog.go [186:188]


func init() {
	defaultLogger = newLogger(func() { os.Exit(1) })
}