Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git_dynamic.go « git2go « libgit2 « github.com « vendor - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a977e87645e35892911592c76f8555039fc5995 (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 != 27
# error "Invalid libgit2 version; this git2go supports libgit2 v0.27"
#endif

*/
import "C"