Skip to content

Commit

Permalink
Merge pull request #1277 from scop/chore/gofumpt
Browse files Browse the repository at this point in the history
[net] gofumpt with 0.3.0 / golangci-lint 1.45.0
  • Loading branch information
shirou authored Mar 21, 2022
2 parents 4b988f3 + 7befb75 commit 8530231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/net.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8530231

Please sign in to comment.