termcolor
termcolor copied to clipboard
Detects whether a terminal supports colors
tiny problem with the go-file in the termcolor package determinating the available colors on windows. Apparently lookupWindows() is missnamed in version_windows.go The "problem is, that the identifier in version.go (non-windows)...
Both command line and powershell (windows 10) do not allow me to go get the package. ``` go get github.com/efekarakus/termcolor # github.com/efekarakus/termcolor ..\..\go\pkg\mod\github.com\efekarakus\[email protected]\termcolor.go:80:21: undefined: lookupWindows ``` on Linux/bash all works...