Skip to content

Instantly share code, notes, and snippets.

@meneguite
Created October 8, 2017 17:31
Show Gist options
  • Save meneguite/5c1322d92abc58bc8a62c617632571f8 to your computer and use it in GitHub Desktop.
Save meneguite/5c1322d92abc58bc8a62c617632571f8 to your computer and use it in GitHub Desktop.
f, err := os.Open("filename.ext")
if err != nil {
log.Fatal(err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment