Created
December 30, 2020 12:15
-
-
Save percybolmer/c3361a42ec5b262792674ec9f42dbd3a to your computer and use it in GitHub Desktop.
codereview-gitcommit-main-rows:26-30
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
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