6 lines
58 B
Go
6 lines
58 B
Go
package termext
|
|
|
|
func enableColor() bool {
|
|
return true
|
|
}
|
package termext
|
|
|
|
func enableColor() bool {
|
|
return true
|
|
}
|