Limelighter
Limelighter copied to clipboard
cant pull colors
current version of go wont "get" colors, and wont install either. go get or go install. └─$ /usr/bin/go install github.com/faith/color go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/faith/color@latest' to install the latest version (doesnt work with @latest
The following method seems to solve the problem.
go mod init github.com/Tylous/Limelighter
go get github.com/fatih/color
go build Limelighter.go