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