type TLSVersion … const TLSVersionDefault … const TLSVersion12 … const TLSVersion13 … // GetTLSVersion returns the corresponding tls.Version or error. func GetTLSVersion(version string) (uint16, error) { … }
type TLSVersion … const TLSVersionDefault … const TLSVersion12 … const TLSVersion13 … // GetTLSVersion returns the corresponding tls.Version or error. func GetTLSVersion(version string) (uint16, error) { … }