Fix a few more imports

This commit is contained in:
Evan Phoenix 2015-04-06 17:21:22 -07:00
parent a6fea61237
commit da3aeca720
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import (
"syscall" "syscall"
"unsafe" "unsafe"
common "github.com/shirou/gopsutil/common" "github.com/influxdb/tivan/plugins/system/ps/common"
) )
func DiskPartitions(all bool) ([]DiskPartitionStat, error) { func DiskPartitions(all bool) ([]DiskPartitionStat, error) {

View File

@ -5,7 +5,7 @@ import (
"runtime" "runtime"
"testing" "testing"
"github.com/shirou/gopsutil/common" "github.com/influxdb/tivan/plugins/system/ps/common"
) )
func TestDisk_usage(t *testing.T) { func TestDisk_usage(t *testing.T) {