From 9b70cb6996a7b9e151e23dc9e49cc8a1114391d5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 20 Dec 2016 23:17:09 +0100 Subject: Remove help stringer --- command.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'command.go') diff --git a/command.go b/command.go index 9f20c45..b098b1b 100644 --- a/command.go +++ b/command.go @@ -1,7 +1,6 @@ package main import ( - "fmt" "log" "strings" @@ -10,7 +9,6 @@ import ( type Commander interface { irc.Handler - fmt.Stringer } const maxLen = 500 -- cgit v1.2.3