From 7befb75528b527ee80b7b4b08c293bd8feae1c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Mar 2022 22:43:20 +0200 Subject: [PATCH] [net] gofumpt with 0.3.0 / golangci-lint 1.45.0 --- net/net.go | 1 - 1 file changed, 1 deletion(-) diff --git a/net/net.go b/net/net.go index d2a1b82..0f3a62f 100644 --- a/net/net.go +++ b/net/net.go @@ -22,7 +22,6 @@ type IOCountersStat struct { Dropout uint64 `json:"dropout"` // total number of outgoing packets which were dropped (always 0 on OSX and BSD) Fifoin uint64 `json:"fifoin"` // total number of FIFO buffers errors while receiving Fifoout uint64 `json:"fifoout"` // total number of FIFO buffers errors while sending - } // Addr is implemented compatibility to psutil