Formatting with gofumpt

This commit is contained in:
9seconds
2026-03-12 19:13:33 +01:00
parent 00403e3a94
commit ffd3ab03cc
6 changed files with 23 additions and 31 deletions
+2 -4
View File
@@ -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 {