Remove old consts

This commit is contained in:
Toby Padilla
2019-11-09 16:29:04 -06:00
parent 9fcd9c09da
commit 8838557f20
-16
View File
@@ -13,22 +13,6 @@ import (
bf "gopkg.in/russross/blackfriday.v2"
)
type RuleKey int
const (
Color RuleKey = iota
BackgroundColor
Underline
Bold
Italic
CrossedOut
Faint
Conceal
Overlined
Inverse
Blink
)
type ElementStyle struct {
Color string `json:"color"`
BackgroundColor string `json:"background_color"`