You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2021. It is now read-only.
I recently switched over to logging and exiting on error with log.Fatalln but that tacks on a timestamp to the output that isn't really useful in the context of this tool. Write a little wrapper class that runs:
fmt.Println(err)
os.Exit(1)
and use this wherever we want to display an error an exit.