mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
run gofumpt, enable the gofumpt linter
This commit is contained in:
parent
598f975024
commit
8752576f26
50 changed files with 132 additions and 109 deletions
|
@ -137,8 +137,10 @@ type cryptoSetup struct {
|
|||
has1RTTOpener bool
|
||||
}
|
||||
|
||||
var _ qtls.RecordLayer = &cryptoSetup{}
|
||||
var _ CryptoSetup = &cryptoSetup{}
|
||||
var (
|
||||
_ qtls.RecordLayer = &cryptoSetup{}
|
||||
_ CryptoSetup = &cryptoSetup{}
|
||||
)
|
||||
|
||||
// NewCryptoSetupClient creates a new crypto setup for the client
|
||||
func NewCryptoSetupClient(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue