run structcheck in gometalinter

This commit is contained in:
Marten Seemann
2018-02-21 16:14:45 +08:00
parent 6555907162
commit a9797d9341
3 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ type serverTLS struct {
config *Config
supportedVersions []protocol.VersionNumber
mintConf *mint.Config
cookieProtector mint.CookieProtector
params *handshake.TransportParameters
newMintConn func(*handshake.CryptoStreamConn, protocol.VersionNumber) (handshake.MintTLS, <-chan handshake.TransportParameters, error)