diff options
author | Andrej Bencic <bencicandrej94@gmail.com> | 2017-03-28 11:24:08 +0200 |
---|---|---|
committer | Andrej Bencic <bencicandrej94@gmail.com> | 2017-03-28 11:24:08 +0200 |
commit | 7d6cc67e1673259ea9e9395aa3ba80b7db9e5a7e (patch) | |
tree | c3d4c00f4a307c776bc702a2dde1e22c101c24d5 /README.md | |
parent | 36c78b9d1b1eea682703fb1cbb0f4f3144354389 (diff) | |
download | go-git-7d6cc67e1673259ea9e9395aa3ba80b7db9e5a7e.tar.gz |
Updated README in memory example.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ ref, err := r.Head() CheckIfError(err) // ... retrieves the commit object -commit, err := r.Commit(ref.Hash()) +commit, err := r.CommitObject(ref.Hash()) CheckIfError(err) // ... retrieves the commit history |