func (repo *Repository) Path() string { return C.GoString(C.git_repository_path(repo.git_repository)) }
// Returns the filesystem path the repository resides at. func (r Repository) Path() string { return C.GoString(C.git_repository_path(r.repo)) }