From f3594a6411bf7dde71c850f3e85a2b5a21974129 Mon Sep 17 00:00:00 2001 From: Pontus Leitzler Date: Tue, 30 Oct 2018 08:58:35 +0100 Subject: [PATCH] Folding comment according to review --- src/crypto/tls/common.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crypto/tls/common.go b/src/crypto/tls/common.go index 22755b89c3..ba47d565a0 100644 --- a/src/crypto/tls/common.go +++ b/src/crypto/tls/common.go @@ -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