Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to fmt.Print for error logging (#777)
When an error occurs, it is ultimately brought to the `main.go` file where it is printed for the user (or machine) Using log.Fatal garbles the error by not rendering newlines This reverts #774 but adds an os.Exit(1) which is an alternative fix to what the PR did
- Loading branch information