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 {