mirror of
https://github.com/mudler/luet.git
synced 2025-07-12 22:59:58 +00:00
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package text
|
|
|
|
func areANSICodesSupported() bool {
|
|
return true
|
|
}
|