mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 12:57:01 +02:00
lint
This commit is contained in:
@@ -4,7 +4,6 @@ package udp
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
"io"
|
||||
"log/slog"
|
||||
"net"
|
||||
"net/netip"
|
||||
@@ -89,7 +88,7 @@ func TestParseRecvCmsgOuterECNFamily(t *testing.T) {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user