libgit2 v1.5.0 #major #929
|
@ -12,7 +12,7 @@ Due to the fact that Go 1.11 module versions have semantic meaning and don't nec
|
|||
|---------|---------------|
|
||||
| main | (will be v35) |
|
||||
| 1.5 | v34 |
|
||||
| 1.3 | v34 |
|
||||
| 1.3 | v33 |
|
||||
| 1.2 | v32 |
|
||||
| 1.1 | v31 |
|
||||
| 1.0 | v30 |
|
||||
|
|
|
@ -84,6 +84,7 @@ type Transport struct {
|
|||
ptr *C.git_transport
|
||||
}
|
||||
|
||||
// SmartRemoteConnectOptions gets a copy of the proxy options for this transport.
|
||||
func (t *Transport) SmartRemoteConnectOptions() (*RemoteConnectOptions, error) {
|
||||
runtime.LockOSThread()
|
||||
defer runtime.UnlockOSThread()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
let's keep the comment so that https://pkg.go.dev/github.com/libgit2/git2go/v34 shows more information to developers.