server.go
5.78 KB
-
avoid calling os.Exit outside main.go (#12459) · 88783d6e
I don't think we should call os.Exit outside main.go. Calling os.Exit breaks the application control flow.
Carl Bergquist committed
I don't think we should call os.Exit outside main.go. Calling os.Exit breaks the application control flow.