summaryrefslogtreecommitdiff
path: root/git_dynamic.go
blob: 06deeeb6bbf1e7d16db833a31e19ed3102157e6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// +build !static

package git

/*
#include <git2.h>
#cgo pkg-config: libgit2

#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 28
# error "Invalid libgit2 version; this git2go supports libgit2 v0.28"
#endif

*/
import "C"