2016-08-02 12:28 GMT+02:00 Johann Höchtl <
johann....@gmail.com>:
> Am Dienstag, 2. August 2016 11:59:26 UTC+2 schrieb Jakob Borg:
>>
>> The repo you linked to includes the official client code. That's
>> probably the best starting point.
>>
> Which repo do you mean?
https://github.com/git-lfs/lfs-test-server is a
> server library exposing LFS API endpoint, it's not a client library?
Ah, sorry, I just saw the "github/git-lfs" and misread. Their repo is at:
https://github.com/github/git-lfs
That's, as far as I can tell, the server, client and common libs for
the implementation. Which is written in Go. The
github.com/github/git-lfs/lfs package looks like a good starting
point. However it also says that it may change without warning, so
vendoring might be in order if it does work out.
//jb