Exemple #1
0
func (o *Remote) Url() string {
	return C.GoString(C.git_remote_url(o.ptr))
}
Exemple #2
0
func (remote *Remote) Url() string {
	return C.GoString(C.git_remote_url(remote.git_remote))
}