Skip to content

Instantly share code, notes, and snippets.

@ph
Created November 24, 2017 02:29
Show Gist options
  • Save ph/e5b743af1f0e7a8d58fe056dda1fdfe6 to your computer and use it in GitHub Desktop.
Save ph/e5b743af1f0e7a8d58fe056dda1fdfe6 to your computer and use it in GitHub Desktop.
bleh
if err != nil {
fmt.Fprintf(os.Stderr, "Could not read the file, file: %s, error: %v\n", file, err)
os.Exit(1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment