-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
can't load package: package github.com/tsenart/vegeta: import "github.com/tsenart/vegeta": cannot find package #1
Comments
Hey there. Are you trying to use it as a library by importing it or are you trying to install the cli? |
I had a missing statement in the install instructions. Before |
Just the CLI for me, I'm getting:
tried the git urls to see if that'd stop confusing go but nope:
|
The go toolset uses git, hg and svn underlying. It seems like you don't have |
oh wtf, you need mercurial to install git related packages? |
oh i see it has to bootstrap some stuff, cool working now thanks! |
go hates me haha:
|
Oh man you have your go installation messed up somehow. I added pre-compiled binaries for these cases. https://github.com/tsenart/vegeta#pre-compiled-executables |
haha success! I had just installed 1.1.2, seems pretty finicky, but the bin is working sorry about that! |
Oh @tj the Express js creator |
is my go too old maybe? 1.0.3
The text was updated successfully, but these errors were encountered: