cant pull colors
xelerated opened this issue · 1 comments
xelerated commented
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
creeper-0910 commented
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