Skip to content

Instantly share code, notes, and snippets.

@bscott
Created July 11, 2017 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bscott/5814c8e4efd1096a19254705e5a304cb to your computer and use it in GitHub Desktop.
Save bscott/5814c8e4efd1096a19254705e5a304cb to your computer and use it in GitHub Desktop.
errorf
func errorf(format string, args ...interface{}) {
fmt.Fprintf(os.Stderr, format, args...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment