func os.Exit

39 uses

	os (current package)
		proc.go#L62: func Exit(code int) {

	flag
		flag.go#L1169: 				os.Exit(0)
		flag.go#L1171: 			os.Exit(2)

	go.pact.im/x/goupdate
		main.go#L98: 	os.Exit(1)

	go.uber.org/goleak
		testmain.go#L31: 	_osExit             = os.Exit

	go.uber.org/zap/internal/exit
		exit.go#L27: var _exit = os.Exit

	golang.org/x/tools/internal/pkgbits
		decoder.go#L357: 	os.Exit(1)

	google.golang.org/grpc/grpclog
		grpclog.go#L91: 	os.Exit(1)
		grpclog.go#L99: 	os.Exit(1)
		grpclog.go#L107: 	os.Exit(1)
		grpclog.go#L185: 	os.Exit(1)

	google.golang.org/grpc/grpclog/internal
		loggerv2.go#L118: var exit = os.Exit

	internal/buildcfg
		cfg.go#L48: 		os.Exit(2)

	log
		log.go#L284: 	os.Exit(1)
		log.go#L290: 	os.Exit(1)
		log.go#L296: 	os.Exit(1)
		log.go#L413: 	os.Exit(1)
		log.go#L419: 	os.Exit(1)
		log.go#L425: 	os.Exit(1)

	testing
		cover.go#L79: 		os.Exit(2)
		match.go#L63: 			os.Exit(1)
		match.go#L72: 			os.Exit(1)
		newcover.go#L45: 		os.Exit(2)
		run_example.go#L31: 		os.Exit(1)
		run_example.go#L41: 			os.Exit(1)
		testing.go#L1977: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())
		testing.go#L2208: 		os.Exit(1)
		testing.go#L2333: 		os.Exit(2)
		testing.go#L2337: 		os.Exit(2)
		testing.go#L2354: 			os.Exit(2)
		testing.go#L2382: 			os.Exit(2)
		testing.go#L2386: 			os.Exit(2)
		testing.go#L2399: 			os.Exit(2)
		testing.go#L2404: 			os.Exit(2)
		testing.go#L2412: 			os.Exit(2)
		testing.go#L2416: 			os.Exit(2)
		testing.go#L2424: 			os.Exit(2)
		testing.go#L2428: 			os.Exit(2)
		testing.go#L2516: 			os.Exit(1)