Created
November 24, 2017 02:29
-
-
Save ph/e5b743af1f0e7a8d58fe056dda1fdfe6 to your computer and use it in GitHub Desktop.
bleh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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