go-x-pkg / servers

Incorrectly formatted error string SCC-ST1005
Style
Minor
a year agoa year old
error strings should not end with punctuation or newlines
22
23	ErrUnknownClientAuthTypeTLS = errors.New("unknown client auth type TLS")
24
25	ErrInvalidTLSConfigSet = errors.New("client auth tls is enabled but server tls not, server tls must be enable for client tls auth can work.")26)