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

@@ -9,7 +9,7 @@ import (
"syscall"
"unsafe"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
const (

View File

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

View File

@@ -9,7 +9,7 @@ import (
"time"
"unsafe"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
var (