Fix all imports

This commit is contained in:
Evan Phoenix
2015-04-07 09:39:23 -07:00
parent e494014c5d
commit 2820c0391e
26 changed files with 36 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ import (
"strconv"
"strings"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
// sys/resource.h

View File

@@ -8,7 +8,7 @@ import (
"strconv"
"strings"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
func CPUTimes(percpu bool) ([]CPUTimesStat, error) {

View File

@@ -8,7 +8,7 @@ import (
"time"
"unsafe"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
// TODO: Get percpu