gitgo: A Go implementation of Git functions (2016)
Summary
Gitgo provides a pure-Go implementation of Git functions and includes a library plus a small binary for testing. It emphasizes library usage over CLI, contrasting with libgit2, and presents the repository structure and installation details.