예제 #1
0
파일: main.go 프로젝트: ericcapricorn/flynn
func init() {
	args = arg.Parse()
	if args.Stream {
		args.Debug = true
	}
	log.SetFlags(log.Lshortfile)
}
예제 #2
0
파일: runner.go 프로젝트: justintung/flynn
func init() {
	args = arg.Parse()
	log.SetFlags(log.Lshortfile)
}