-
Notifications
You must be signed in to change notification settings - Fork 27
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
go module support #16
Comments
Aah I haven’t updated this to support modules. Not sure if I’ll get around to doing this any time soon unfortunately. |
Damn I was excited to try this tool but not supporting modules is a deal breaker for my project. |
PRs welcome! |
My team might be game for that. Do you have any guidance to offer? I'm a very new Go dev, I'm not sure where to start here. |
@dave I wanted to give it a shot to see if I could, but I'm stuck at
unfortunately the |
No idea, sorry! |
@jcollum @LennyPenny |
This commit works for me |
@LuckyPigeon we merged my MR a while back, master should be working fine for go mod |
Can that be tagged such that the module can be imported cleanly? |
Ooh sorry I'll do this later today |
Heyho,
I'm trying to run this on a go module and it doesn't seem to find any of the packages.
Here's the output of
go test
vscourtney
The text was updated successfully, but these errors were encountered: