diff options
| author | Jason Toffaletti <[email protected]> | 2014-01-04 00:40:21 +0000 |
|---|---|---|
| committer | Jason Toffaletti <[email protected]> | 2014-01-04 00:40:21 +0000 |
| commit | e825d66fba2cb4169c7f3b0a43c491cf9e8c0738 (patch) | |
| tree | 406c3436d4912802ad92a413d3ed6b7ed8170325 /git.go | |
| parent | 313e1126dd0c974910de74f1b6bbc0fdcbbfd06b (diff) | |
work in progress wrapping git_clone
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ package git /* -#cgo pkg-config: libgit2 +#cgo pkg-config: --static libgit2 #include <git2.h> #include <git2/errors.h> */ |
