1 //go:build !windows 2 // +build !windows 3 4 package text 5 6 func areANSICodesSupported() bool { 7 return true 8 } 9
View as plain text