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

Use of internal package github.com/go-qamel/qamel/internal/cmd not allowed #19

Open
martinskou opened this issue Dec 2, 2019 · 1 comment

Comments

@martinskou
Copy link

Trying to install:

go get -u -v github.com/RadhiFadlillah/qamel/cmd/qamel  ✔  9014  08:58:56
github.com/RadhiFadlillah/qamel (download)
github.com/go-qamel/qamel (download)
github.com/fatih/color (download)
github.com/muesli/go-app-paths (download)
github.com/mitchellh/go-homedir (download)
github.com/spf13/cobra (download)
github.com/spf13/pflag (download)
../go/src/github.com/RadhiFadlillah/qamel/cmd/qamel/main.go:7:2: use of internal package github.com/go-qamel/qamel/internal/cmd not allowed

go version
go version go1.13.3 darwin/amd64

@RadhiFadlillah
Copy link
Collaborator

Sorry for inconveniance, I forgot to update the wiki after moving repository. I've updated the wiki to use github.com/go-qamel/qamel instead of old repository.

With that said, now the installation command is :

go get -u -v github.com/go-qamel/qamel/cmd/qamel

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