diff --git a/odb.go b/odb.go index e4bbd77..1e81d58 100644 --- a/odb.go +++ b/odb.go @@ -17,7 +17,6 @@ type Odb struct { ptr *C.git_odb } -// OdbBackends need public Ptrs: client apps init the backend type OdbBackend struct { ptr *C.git_odb_backend }