git2go/git_dynamic.go

10 lines
92 B
Go

// +build !static
package git
/*
#cgo pkg-config: libgit2
#include <git2.h>
*/
import "C"