Do a basic test of the walker
1 file changed
tree: a71e9e6037819782b4040b2fcd58f68bc697e240
  1. blob.go
  2. checkout.go
  3. commit.go
  4. config.go
  5. git.go
  6. git_test.go
  7. index.go
  8. index_test.go
  9. LICENSE
  10. object.go
  11. object_test.go
  12. odb.go
  13. packbuilder.go
  14. README.md
  15. reference.go
  16. reference_test.go
  17. repository.go
  18. submodule.go
  19. tree.go
  20. walk.go
  21. walk_test.go
  22. wrapper.c
README.md

git2go

Go bindings for libgit2. These bindings are for top-of-the-branch libgit2, and they move fast, things may or may not work. Operator get me Beijing-jing-jing-jing!

Installing

Just go get github.com/libgit2/git2go. You'll need to have top-of-the-branch libgit2 from development installed in your system and available via pkg-config. These bindings are in sync with the top of development.

License

M to the I to the T. See the LICENSE file if you've never seen a MIT license before.

Authors

  • Carlos Martín (@carlosmn)
  • Vicent Martí (@vmg)