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

Installation Instructions are missing key context/steps to be successful in modern Go versions #54

Open
Routhinator opened this issue Oct 24, 2020 · 1 comment

Comments

@Routhinator
Copy link

Routhinator commented Oct 24, 2020

Hi,

I'm admittedly brand new in go. I'm familiar with Go modules, and with none of the older outdated setup methods. I've installed Go 1.15 based on the most up to date install instructions (https://golang.org/doc/install - I am using a system-wide install in /usr/local/)

I can't figure out if I am meant to be in a project or just anywhere when I run

go get github.com/kujtimiihoxha/kit

The command runs fine when I am in a project, but it installs it in the project (expected) and the next command go install kit fails as it is looking in /usr/local for the file:

❯ go install kit
package kit is not in GOROOT (/usr/local/go/src/kit)

Trying to run go get github.com/kujtimiihoxha/kit in any shell outside a project just fails silently.

I imagine I could clone the whole repo into /usr/local/go/src/kit - but is that the proper method? Is that going to mess things up? I don't know - as no context is given in the instructions.

Can you please update the directions to provide the missing context here? This application is aim at people new to Go-Kit, and presumably go, so as such I feel they are somewhat lacking.

@GrantZheng
Copy link

@Routhinator Hi, you could try to use it that supports the mod feature(https://github.com/GrantZheng/kit)

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