func init() { args = arg.Parse() if args.Stream { args.Debug = true } log.SetFlags(log.Lshortfile) }
func init() { args = arg.Parse() log.SetFlags(log.Lshortfile) }