luet/vendor/github.com/jedib0t/go-pretty/v6/text/ansi_unix.go
Ettore Di Giacinto 5b54aeb822 Update vendor
2020-11-23 19:14:07 +01:00

8 lines
85 B
Go

// +build !windows
package text
func areANSICodesSupported() bool {
return true
}