blob: 6cd476d662da40cb22d5259fab9cc02465639938 [file] [log] [blame]
// +build !static
package git
/*
#include <git2.h>
#cgo pkg-config: libgit2
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 24
# error "Invalid libgit2 version; this git2go supports libgit2 v0.24"
#endif
*/
import "C"