Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created December 30, 2020 12:15
Show Gist options
  • Save percybolmer/c3361a42ec5b262792674ec9f42dbd3a to your computer and use it in GitHub Desktop.
Save percybolmer/c3361a42ec5b262792674ec9f42dbd3a to your computer and use it in GitHub Desktop.
codereview-gitcommit-main-rows:26-30
path := os.Args[1]
r, err := git.PlainOpen(path)
if err != nil {
log.Fatal("Error opening Repository: ", err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment