func os.Exit

39 uses

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

	flag
		flag.go#L1017: 				os.Exit(0)
		flag.go#L1019: 			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#L358: 	os.Exit(1)

	google.golang.org/grpc/grpclog
		grpclog.go#L94: 	os.Exit(1)
		grpclog.go#L102: 	os.Exit(1)
		grpclog.go#L110: 	os.Exit(1)
		loggerv2.go#L223: 	os.Exit(1)
		loggerv2.go#L228: 	os.Exit(1)
		loggerv2.go#L233: 	os.Exit(1)

	google.golang.org/grpc/internal/grpclog
		grpclog.go#L66: 	os.Exit(1)

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

	log
		log.go#L229: 	os.Exit(1)
		log.go#L235: 	os.Exit(1)
		log.go#L241: 	os.Exit(1)
		log.go#L366: 	os.Exit(1)
		log.go#L372: 	os.Exit(1)
		log.go#L378: 	os.Exit(1)

	testing
		cover.go#L75: 		os.Exit(2)
		example.go#L38: 			os.Exit(1)
		match.go#L56: 			os.Exit(1)
		run_example.go#L31: 		os.Exit(1)
		run_example.go#L41: 			os.Exit(1)
		testing.go#L1597: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())
		testing.go#L1771: 		os.Exit(1)
		testing.go#L1893: 		os.Exit(2)
		testing.go#L1910: 			os.Exit(2)
		testing.go#L1938: 			os.Exit(2)
		testing.go#L1942: 			os.Exit(2)
		testing.go#L1955: 			os.Exit(2)
		testing.go#L1960: 			os.Exit(2)
		testing.go#L1968: 			os.Exit(2)
		testing.go#L1972: 			os.Exit(2)
		testing.go#L1980: 			os.Exit(2)
		testing.go#L1984: 			os.Exit(2)
		testing.go#L2050: 			os.Exit(1)