Enable terminal colors on Windows 10

This commit is contained in:
2021-01-10 19:24:46 -06:00
parent 91478dd20e
commit 9988800431
3 changed files with 16 additions and 2 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module git.kill0.net/chill9/lume
go 1.15
require github.com/BurntSushi/toml v0.3.1
require (
github.com/BurntSushi/toml v0.3.1
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061
)