From b4fb258d0da69f3cf89218e7ecba17c6008b5a4f Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Tue, 26 Jan 2016 02:12:20 +0000 Subject: [PATCH] unused imports --- proc/proc.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/proc/proc.go b/proc/proc.go index 3164b76..57eafe6 100644 --- a/proc/proc.go +++ b/proc/proc.go @@ -6,8 +6,6 @@ import ( "fmt" "io/ioutil" "net" - "os" - "path/filepath" "strconv" "strings" "github.com/subgraph/fw-daemon/Godeps/_workspace/src/github.com/op/go-logging"