1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

update go git

This commit is contained in:
Jesse Duffield
2019-11-13 22:28:41 +11:00
parent 3b1d705473
commit 30aed94aa8
110 changed files with 5229 additions and 3100 deletions

View File

@@ -127,7 +127,7 @@ type Dialer struct {
// establishing the transport connection.
ProxyDial func(context.Context, string, string) (net.Conn, error)
// AuthMethods specifies the list of request authention
// AuthMethods specifies the list of request authentication
// methods.
// If empty, SOCKS client requests only AuthMethodNotRequired.
AuthMethods []AuthMethod