Links to golang-only alternatives?
Some people come here looking for a golang only (no cgo) implementation, or at least a an implementation of core parts (like object parsing, etc). It may be useful to include links or an issue somewhere. I searched but found none-- if they are here, maybe they could be more visible. thanks!
@jbenet If you're looking for read-only access, this looks pretty cool: https://github.com/speedata/gogit
This is about making libgit2 accessible through Go, so there wouldn't be any pure implementations, but if you're looking for a place to list Git-related libraries, the Go project's list would be a much better place to put them rather than here as that would be a changing list.