fix GOOS=windows
/ GOOS=darwin
builds
This commit is contained in:
5
termext/osutil_darwin.go
Normal file
5
termext/osutil_darwin.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package termext
|
||||
|
||||
func enableColor() bool {
|
||||
return true
|
||||
}
|
Reference in New Issue
Block a user