Remove old consts

This commit is contained in:
Toby Padilla 2019-11-09 16:29:04 -06:00
commit 132da36b1a

16
gold.go
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"`