gitgo: A Go implementation of Git functions (2016)
1 points by runxiyu
1 points by runxiyu
Is there a reason to consider this over the widely used go-git? Or is this implementation especially interesting?
In my opinion there are always reasons to look for different implementations of Git, particularly because of go-git's performance issues (shameless plug of being an author of one myself).
I do find some parts of its code style such as errReader to be amusing. Unfortunately, it didn't teach me that much as a Git implementor for now.