From 075839d9f1e894759537f5a068066722e2ab04c8 Mon Sep 17 00:00:00 2001 From: Nikolay Sivko Date: Wed, 25 Nov 2015 10:50:51 +0300 Subject: [PATCH] fix imports --- mem/mem_freebsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mem/mem_freebsd.go b/mem/mem_freebsd.go index e0aabef..0cb33ab 100644 --- a/mem/mem_freebsd.go +++ b/mem/mem_freebsd.go @@ -6,7 +6,7 @@ import ( "os/exec" "strconv" "strings" - + "errors" "github.com/shirou/gopsutil/internal/common" )