diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 15:01:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 15:01:59 -0600 |
| commit | 585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (patch) | |
| tree | 301cdd9c38afd13aabbf0ef04041f26aac1a2c62 /git.go | |
| parent | 530f3618a8f4c7d9c8d3981548112439b22e09e7 (diff) | |
rename as libgit2v0.1.0
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ func initLibGit2() { } // Shutdown frees all the resources acquired by libgit2. Make sure no -// references to any git2go objects are live before calling this. +// references to any libgit2 go objects are live before calling this. // After this is called, invoking any function from this library will result in // undefined behavior, so make sure this is called carefully. func Shutdown() { |
