apply gofmt

This commit is contained in:
Pete Wildsmith
2017-04-26 18:58:19 +01:00
parent 54e5dd6ff1
commit dadfc95bec

View File

@@ -28,10 +28,10 @@ type TLSConfig struct {
// KeyFile is used to provide a TLS key that is used for serving TLS connections.
// Must be provided to serve TLS connections.
KeyFile string `mapstructure:"key_file"`
// VerifyIncoming
VerifyIncoming bool `mapstructure:"verify_incoming"`
// VerifyOutgoing
VerifyOutgoing bool `mapstructure:"verify_outgoing"`
}