fix gometalinter error

This commit is contained in:
matcornic 2017-03-28 19:00:00 +02:00
parent 4afb1d91c6
commit 9a8fb7e848
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
package hermes package hermes
// Default is the theme by default // Default is the theme by default
type Default struct { type Default struct{}
name string
}
// Name returns the name of the default theme // Name returns the name of the default theme
func (dt *Default) Name() string { func (dt *Default) Name() string {