Fix error by linter

This commit is contained in:
Masaaki Goshima 2021-06-01 03:12:29 +09:00
parent 4c19a845d9
commit 043efdfe93
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ const escape = "\x1b"
type colorAttr int
//nolint:deadcode,varcheck
const (
fgBlackColor colorAttr = iota + 30
fgRedColor
@ -26,6 +27,7 @@ const (
fgWhiteColor
)
//nolint:deadcode,varcheck
const (
fgHiBlackColor colorAttr = iota + 90
fgHiRedColor