Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Fix go vet error in error.go (#419)
This fixes an error found by go vet in error.go where we were putting in unnecessary format call (fmt.Fprintf) w/o any formatting argument in it - replaced it with fmt.Fprint.
- Loading branch information