func os.Exit
10 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.uber.org/zap/internal/exit
exit.go#L27: var _exit = os.Exit
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)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |