update vendor directory

This commit is contained in:
henry.chen
2017-03-11 00:54:27 +08:00
parent 5d24af11e5
commit 5f047c2c27
94 changed files with 1668 additions and 1135 deletions

View File

@@ -8,6 +8,7 @@ go:
- 1.5
- 1.6
- 1.7
- 1.8
- tip
script:

View File

@@ -128,7 +128,7 @@ func DialPassword(password string) DialOption {
}
// DialTLSConfig specifies the config to use when a TLS connection is dialed.
// Has no effect when not dialing a TLS connection.
// Has no effect when not dialing a TLS connection.
func DialTLSConfig(c *tls.Config) DialOption {
return DialOption{func(do *dialOptions) {
do.tlsConfig = c