Added terminal detection

This commit is contained in:
2024-03-12 00:25:20 +01:00
parent 393a9ebf17
commit 6a802c3ad8
12 changed files with 37 additions and 79 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module git.akyoto.dev/go/color
go 1.22.0
require git.akyoto.dev/go/assert v0.1.3
require (
git.akyoto.dev/go/assert v0.1.3
golang.org/x/sys v0.18.0
)