mirror of https://github.com/golang/go.git
Folding comment according to review
This commit is contained in:
parent
4904544330
commit
f3594a6411
|
|
@ -424,7 +424,8 @@ type Config struct {
|
|||
// If RootCAs is nil, TLS uses the host's root CA set.
|
||||
RootCAs *x509.CertPool
|
||||
|
||||
// NextProtos is a list of supported application level protocols, in order of preference.
|
||||
// NextProtos is a list of supported application level protocols, in
|
||||
// order of preference.
|
||||
NextProtos []string
|
||||
|
||||
// ServerName is used to verify the hostname on the returned
|
||||
|
|
|
|||
Loading…
Reference in New Issue