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 type colorAttr int
//nolint:deadcode,varcheck
const ( const (
fgBlackColor colorAttr = iota + 30 fgBlackColor colorAttr = iota + 30
fgRedColor fgRedColor
@ -26,6 +27,7 @@ const (
fgWhiteColor fgWhiteColor
) )
//nolint:deadcode,varcheck
const ( const (
fgHiBlackColor colorAttr = iota + 90 fgHiBlackColor colorAttr = iota + 90
fgHiRedColor fgHiRedColor