From 6a8ab0308ed6ddb7a871c5bb14ed4a5f3d79ac55 Mon Sep 17 00:00:00 2001 From: Lomanic Date: Thu, 11 Jul 2019 00:33:41 +0200 Subject: [PATCH] [net][linux] Go fmt net/net_linux.go --- net/net_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net_linux.go b/net/net_linux.go index 873a21a..c8d70ed 100644 --- a/net/net_linux.go +++ b/net/net_linux.go @@ -8,13 +8,13 @@ import ( "encoding/hex" "errors" "fmt" + "io" "io/ioutil" "net" "os" "strconv" "strings" "syscall" - "io" "github.com/shirou/gopsutil/internal/common" )