diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -113,6 +113,14 @@ fmt.Println(commit) ``` +Wrapping +-------- + +go-git can be wrapped into any language which supports shared library interop. +[Python wrapper](https://github.com/src-d/gypogit) already exists. +This is provided by "cshared" [cgo](https://golang.org/cmd/cgo/) files which can be built +with `go build -o libgogit.so -buildmode=c-shared github.com/src-d/go-git/cshared`. + Acknowledgements ---------------- |