fixes #76 Set some comments on constant blocks to silence golint (fmt)

This commit is contained in:
Garrett D'Amore 2015-11-04 19:20:00 -08:00
parent c5d65ed603
commit 8041bf0d83
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const (
AttrReverse
AttrUnderline
AttrDim
AttrNone AttrMask = 0 // Just normal text.
AttrNone AttrMask = 0 // Just normal text.
)
const attrAll = AttrBold | AttrBlink | AttrReverse | AttrUnderline | AttrDim