Skip to content

stettberger/go-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-git

Go bindings to libgit2

Status

Currently in active development.

Documentation

gopkgdoc go-git

Requirements

libgit2 0.17.0 pkg-config libssl-dev cmake

If your distro does not provide a libgit2 package you can build from go-git repo.

git clone --recursive git://github.com/str1ngs/go-git.git
cd go-git/
make
sudo make install

Installation

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
go get github.com/str1ngs/go-git

Using

if /usr/local/lib is not in your ldconfig search path you need to. export LD_LIBRARY_PATH=/usr/local/lib

About

Go bindings to libgit2

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published