From 4f79984afea9d31ca0d4fada6477ea8fc4e315f0 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 11 Jul 2016 14:27:50 -0400 Subject: [PATCH] Remove redefined import name for common. --- host/host_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/host/host_linux.go b/host/host_linux.go index 6d5ece4..3d73242 100644 --- a/host/host_linux.go +++ b/host/host_linux.go @@ -16,7 +16,6 @@ import ( "time" "github.com/shirou/gopsutil/internal/common" - common "github.com/shirou/gopsutil/internal/common" ) type LSB struct {