Cleanup imports.
authorOllivier Robert <roberto@keltia.net>
Wed, 05 Apr 2017 19:38:22 +0200
changeset 18 cc25503a10b6
parent 17 9f17ef336aad
child 19 9f4ae6d2a995
Cleanup imports.
types.go
--- a/types.go	Wed Apr 05 19:28:49 2017 +0200
+++ b/types.go	Wed Apr 05 19:38:22 2017 +0200
@@ -1,9 +1,6 @@
 package gondole
 
 import (
-	"github.com/urfave/cli"
-	"gopkg.in/asn1-ber.v1"
-	"net/textproto"
 	"time"
 )