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

@@ -13,7 +13,7 @@ import (
"strings"
"unsafe"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
func HostInfo() (*HostInfoStat, error) {

View File

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

View File

@@ -14,7 +14,7 @@ import (
"syscall"
"unsafe"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
type LSB struct {

View File

@@ -8,8 +8,8 @@ import (
"strings"
"time"
common "github.com/shirou/gopsutil/common"
process "github.com/shirou/gopsutil/process"
common "github.com/influxdb/tivan/plugins/system/ps/common"
process "github.com/influxdb/tivan/plugins/system/ps/process"
)
var (