-
Notifications
You must be signed in to change notification settings - Fork 247
go install not working #174
Comments
go get -u -v github.com/ahmdrz/goinsta
go install github.com/ahmdrz/goinsta/cmd/goinsta |
thanks @dgrr for the hint. the cmd you've provided didn't work but this cmd installed the module:
I had to install another library, too:
|
ya, I have the same issue. I think the problem is in /goinsta/go.mod (v2.3 tag) to which gopkg.in/ahmdrz/goinsta.v2 is referencing. The name of the module to be installed is not correct. Until this is fixed, you can use: // edit: typos |
@f4bio , thanks for workaround 👍 go similar problems with go modules
|
@ahmdrz any chance to solve this? |
I am also affected. +1 please fix this |
As I removed cmd package, you cannot install it. |
Hi,
package installation works but executing
go install gopkg.in/ahmdrz/goinsta.v2/goinsta
gives me following error:My bash_profile
Any ideas?
The text was updated successfully, but these errors were encountered: