-
Notifications
You must be signed in to change notification settings - Fork 164
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
kit cmd error #21
Comments
cd $GOPATH/src/child-dir,then kit help |
go version 1.11 /www/workspace/go/ pandanrain:elk pandanrain$ pwd /www/workspace/go/src/elk pandanrain:elk pandanrain$ kit help ERRO[0000] The project must be in the $GOPATH/src folder for the generator to work. ` as below cd $GOPATH/src/child-dir not work for me |
Actually i think the problem might be GOPATH. If it ends with a / you probably need to remove the / |
If use go mod, the project directory no need to be in $GOPATH/src directory and also have the problem:
|
@kujtimiihoxha , is there a way to handle this :) ? |
Same issues here |
|
@Sakurasan @navono @herrjemand The project needs to be in a child dir of @jfiuza that should be fixed with #31 Closing for now. |
I install the kit follow the doc, but when I try "kit help", the error happen.
ERRO[0000] The project must be in the $GOPATH/src folder for the generator to work.
The text was updated successfully, but these errors were encountered: