Update main.go

This commit is contained in:
Benjamin Chadwick 2021-06-05 20:21:43 -07:00 committed by GitHub
parent e5bd9666ff
commit 314b8e8571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,6 @@ const (
func main() {
code := mainRun()
os.Exit(int(code))
}
func mainRun() exitCode {