Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant pull colors #6

Open
xelerated opened this issue May 2, 2022 · 1 comment
Open

cant pull colors #6

xelerated opened this issue May 2, 2022 · 1 comment

Comments

@xelerated
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants