Skip to content

Commit

Permalink
remove workaround for gocritic
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jan 16, 2025
1 parent a83dfab commit 07a3949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spoc/demobinary.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func main() {
if *netUnix != "" {
server, err := net.ListenPacket("unix", *netUnix)
if err != nil {
//nolint:gocritic // gocritic is terminally confused here.
log.Fatal("❌ Error starting Unix server:", err)
}
log.Println("✅ Unix server spawned:", server.LocalAddr())
Expand Down

0 comments on commit 07a3949

Please sign in to comment.