From 56874bd30ce2a087c39843e3527d4c12717a0af1 Mon Sep 17 00:00:00 2001 From: Nex Date: Thu, 16 Mar 2017 18:10:59 +0100 Subject: [PATCH] Fixed proper address --- files/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/files.go b/files/files.go index acb591f..d31b3bb 100644 --- a/files/files.go +++ b/files/files.go @@ -5,7 +5,7 @@ import ( "os/exec" "strings" "strconv" - "github.com/botherder/gopsutil/internal/common" + "github.com/shirou/gopsutil/internal/common" ) func FindProcsByFile(file_path string) ([]int, error) {