re-encapsulate repository

This commit is contained in:
Aidan Nulman 2014-02-26 23:44:32 -05:00
parent 2656a72e82
commit 9299214e57
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ type Repository struct {
ptr *C.git_repository
}
func (v *Repository) Pointer() *C.git_repository {
return v.ptr
}
func OpenRepository(path string) (*Repository, error) {
repo := new(Repository)