Remove irrelevant comment

This commit is contained in:
Ben Visness 2022-06-11 18:48:35 -05:00
parent 1dc0099162
commit a2013040dd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import "runtime"
// See this file for a good color reference:
// https://github.com/fatih/color/blob/master/color.go
var Reset = "\033[0m" // BgBlack is here because Windows just does not care about you at all.
var Reset = "\033[0m"
var Bold = "\033[1m"
var Faint = "\033[2m"
var Italic = "\033[3m"