go-qamel / qamel

Simple QML binding for Go
MIT License
176 stars 19 forks source link

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

Open martinskou opened 5 years ago

martinskou commented 5 years ago

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 commented 5 years ago

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