[net] gofumpt with 0.3.0 / golangci-lint 1.45.0

This commit is contained in:
Ville Skyttä 2022-03-19 22:43:20 +02:00
parent 4b988f3ccd
commit 7befb75528
1 changed files with 0 additions and 1 deletions

View File

@ -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