mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 22:57:03 +02:00
lint
This commit is contained in:
@@ -4,7 +4,6 @@ package udp
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"io"
|
|
||||||
"log/slog"
|
"log/slog"
|
||||||
"net"
|
"net"
|
||||||
"net/netip"
|
"net/netip"
|
||||||
@@ -89,7 +88,7 @@ func TestParseRecvCmsgOuterECNFamily(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testLogger() *slog.Logger {
|
func testLogger() *slog.Logger {
|
||||||
return slog.New(slog.NewTextHandler(io.Discard, nil))
|
return slog.New(slog.DiscardHandler)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestWriteBatchBadFamilyDeliversOthers is the H3 regression: a batch that
|
// TestWriteBatchBadFamilyDeliversOthers is the H3 regression: a batch that
|
||||||
|
|||||||
Reference in New Issue
Block a user