-
Notifications
You must be signed in to change notification settings - Fork 280
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
Package not with "go install" installable #202
Comments
I guess the problem is that Using the
would be nice Dear maintainers WDYT? @rubenv |
I forgot to mention, using @latest did not work. $ go install github.com/rubenv/sql-migrate@latest
package github.com/rubenv/sql-migrate is not a main package Edit: I just tried with commit hash, the same issue. $ go install github.com/rubenv/sql-migrate@9f02b1e13857b68b1357a8302c9b05ff6b70d6c0
package github.com/rubenv/sql-migrate is not a main package |
Always resisted rolling a release until now cause it's extra work, but
things are pretty much stable now.
I'll roll a release once I get a chance.
…On Thu, Dec 23, 2021, 16:41 Nico Braun ***@***.***> wrote:
I forgot to mention, using @latest <https://github.com/latest> did not
work.
$ go install ***@***.***
package github.com/rubenv/sql-migrate is not a main package
—
Reply to this email directly, view it on GitHub
<#202 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAKPGCFJ5H3LR3O4FWK26TUSM7MPANCNFSM5KMDOWTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The executable package is in
Just pushed |
you can try : |
Hi, I would like to use go install, but it didn't work.
I needed to use the provided command from the docs, but it shows warnings.
The text was updated successfully, but these errors were encountered: