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/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#L2272: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())
		testing.go#L2512: 		os.Exit(1)
		testing.go#L2639: 		os.Exit(2)
		testing.go#L2643: 		os.Exit(2)
		testing.go#L2650: 			os.Exit(2)
		testing.go#L2654: 			os.Exit(2)
		testing.go#L2672: 			os.Exit(2)
		testing.go#L2700: 			os.Exit(2)
		testing.go#L2704: 			os.Exit(2)
		testing.go#L2717: 			os.Exit(2)
		testing.go#L2722: 			os.Exit(2)
		testing.go#L2730: 			os.Exit(2)
		testing.go#L2734: 			os.Exit(2)
		testing.go#L2742: 			os.Exit(2)
		testing.go#L2746: 			os.Exit(2)
		testing.go#L2834: 			os.Exit(1)