func os.Exit

38 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#L285: 	os.Exit(1)
		log.go#L293: 	os.Exit(1)
		log.go#L301: 	os.Exit(1)
		log.go#L426: 	os.Exit(1)
		log.go#L434: 	os.Exit(1)
		log.go#L442: 	os.Exit(1)

	testing
		match.go#L63: 			os.Exit(1)
		match.go#L72: 			os.Exit(1)
		newcover.go#L43: 		os.Exit(2)
		run_example.go#L31: 		os.Exit(1)
		run_example.go#L41: 			os.Exit(1)
		testing.go#L2167: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())
		testing.go#L2406: 		os.Exit(1)
		testing.go#L2531: 		os.Exit(2)
		testing.go#L2535: 		os.Exit(2)
		testing.go#L2552: 			os.Exit(2)
		testing.go#L2580: 			os.Exit(2)
		testing.go#L2584: 			os.Exit(2)
		testing.go#L2597: 			os.Exit(2)
		testing.go#L2602: 			os.Exit(2)
		testing.go#L2610: 			os.Exit(2)
		testing.go#L2614: 			os.Exit(2)
		testing.go#L2622: 			os.Exit(2)
		testing.go#L2626: 			os.Exit(2)
		testing.go#L2714: 			os.Exit(1)