diff options
Diffstat (limited to 'cshared/remote_cshared.go')
-rw-r--r-- | cshared/remote_cshared.go | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cshared/remote_cshared.go b/cshared/remote_cshared.go index abed3c9..ee52e41 100644 --- a/cshared/remote_cshared.go +++ b/cshared/remote_cshared.go @@ -1,12 +1,9 @@ // +build ignore package main -import ( - "C" +import "C" - "gopkg.in/src-d/go-git.v4" - "gopkg.in/src-d/go-git.v4/clients/common" -) +/* //export c_Remote_get_Endpoint func c_Remote_get_Endpoint(r uint64) *C.char { @@ -189,4 +186,6 @@ func c_Remote_Refs(r uint64) uint64 { remote := obj.(*git.Remote) refs := remote.Refs() return uint64(RegisterObject(refs)) -}
\ No newline at end of file +} + +*/ |