mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-02 00:11:56 +03:00
Formatting with gofumpt
This commit is contained in:
@@ -22,10 +22,8 @@ const (
|
||||
TypeApplicationData = 0x17
|
||||
)
|
||||
|
||||
var (
|
||||
// TLS 1.2 is used for both TLS 1.2 and 1.3
|
||||
TLSVersion = [SizeVersion]byte{3, 3}
|
||||
)
|
||||
// TLS 1.2 is used for both TLS 1.2 and 1.3
|
||||
var TLSVersion = [SizeVersion]byte{3, 3}
|
||||
|
||||
// Conn presents an established TLS 1.3 connection, after handshake
|
||||
type Conn struct {
|
||||
|
||||
Reference in New Issue
Block a user