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

@@ -5,7 +5,7 @@ package load
import (
"strconv"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
func LoadAvg() (*LoadAvgStat, error) {

View File

@@ -5,7 +5,7 @@ package load
import (
"strconv"
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
func LoadAvg() (*LoadAvgStat, error) {

View File

@@ -3,7 +3,7 @@
package load
import (
common "github.com/shirou/gopsutil/common"
common "github.com/influxdb/tivan/plugins/system/ps/common"
)
func LoadAvg() (*LoadAvgStat, error) {