From 9a8fb7e848789ca15a652eb0af2f94d26ebc932c Mon Sep 17 00:00:00 2001 From: matcornic Date: Tue, 28 Mar 2017 19:00:00 +0200 Subject: [PATCH] fix gometalinter error --- default.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.go b/default.go index bef797d..2c57670 100644 --- a/default.go +++ b/default.go @@ -1,9 +1,7 @@ package hermes // Default is the theme by default -type Default struct { - name string -} +type Default struct{} // Name returns the name of the default theme func (dt *Default) Name() string {