func os.Exit

36 uses

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

	flag
		flag.go#L1003: 				os.Exit(0)
		flag.go#L1005: 			os.Exit(2)

	golang.org/x/pkgsite/devtools/cmd/csphash
		main.go#L35: 		os.Exit(1)
		main.go#L82: 		os.Exit(1)

	golang.org/x/pkgsite/internal/log
		log.go#L237: 	os.Exit(1)

	golang.org/x/pkgsite/internal/postgres
		test_helper.go#L152: 	os.Exit(code)
		test_helper.go#L199: 	os.Exit(code)

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

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

	log
		log.go#L205: 	os.Exit(1)
		log.go#L211: 	os.Exit(1)
		log.go#L217: 	os.Exit(1)
		log.go#L335: 	os.Exit(1)
		log.go#L341: 	os.Exit(1)
		log.go#L347: 	os.Exit(1)

	testing
		cover.go#L75: 		os.Exit(2)
		example.go#L38: 			os.Exit(1)
		match.go#L39: 				os.Exit(1)
		run_example.go#L31: 		os.Exit(1)
		run_example.go#L41: 			os.Exit(1)
		testing.go#L1333: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, examples).Run())
		testing.go#L1454: 		os.Exit(1)
		testing.go#L1564: 		os.Exit(2)
		testing.go#L1581: 			os.Exit(2)
		testing.go#L1609: 			os.Exit(2)
		testing.go#L1613: 			os.Exit(2)
		testing.go#L1626: 			os.Exit(2)
		testing.go#L1631: 			os.Exit(2)
		testing.go#L1639: 			os.Exit(2)
		testing.go#L1643: 			os.Exit(2)
		testing.go#L1651: 			os.Exit(2)
		testing.go#L1655: 			os.Exit(2)
		testing.go#L1721: 			os.Exit(1)