func init()
in
galog.go [186:188]
3
lines of code
1
McCabe index (conditional complexity)
func init() { defaultLogger = newLogger(func() { os.Exit(1) }) }