diff --git a/ftp/ftp.go b/ftp/ftp.go index 97dd0bc..4405280 100644 --- a/ftp/ftp.go +++ b/ftp/ftp.go @@ -1,8 +1,6 @@ package ftp import ( - "fmt" - "git.loafle.net/commons_go/logging" cnsm "git.loafle.net/commons_go/network_service_matcher" )