git2go icon indicating copy to clipboard operation
git2go copied to clipboard

Links to golang-only alternatives?

Open jbenet opened this issue 10 years ago • 2 comments

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 avatar Aug 08 '15 11:08 jbenet

@jbenet If you're looking for read-only access, this looks pretty cool: https://github.com/speedata/gogit

parkr avatar Aug 28 '15 00:08 parkr

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.

carlosmn avatar Sep 03 '15 11:09 carlosmn