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