-
Notifications
You must be signed in to change notification settings - Fork 281
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
1.5 breaks fuzzing package main #86
Comments
Hi Damian, Feel free to send a pull request. |
1.4 is too old to care |
Can the fix you applied to be able to fuzz internal packages be used in a similar manner to fuzz a |
Dunno. I guess no, because I still need to be able to import it. |
??? Of course you can write tests in the main package. Testing the main function can be tricky. |
How does it work? |
Whatever magic |
golang/go#4210
With 1.4, you could still import a main package which meant testing commands was easy.
With 1.5, your parsing code has to be moved to its own package.
Probably worth mentioning in the README, even if there's no workaround.
The text was updated successfully, but these errors were encountered: