Limelighter icon indicating copy to clipboard operation
Limelighter copied to clipboard

cant pull colors

Open xelerated opened this issue 2 years ago • 1 comments

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

xelerated avatar May 02 '22 20:05 xelerated

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

creeper-0910 avatar Jul 20 '22 08:07 creeper-0910