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