Fixed proper address

pull/333/head
Nex 8 years ago
parent 5c39d4e3f3
commit 56874bd30c

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

Loading…
Cancel
Save