Skip to content
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

directive ignore all #141

Open
alvarolm opened this issue Dec 23, 2015 · 1 comment
Open

directive ignore all #141

alvarolm opened this issue Dec 23, 2015 · 1 comment

Comments

@alvarolm
Copy link

is there a way to ignore all encoding generation with one simple directive like:

//msgp:encode ignore *

instead of listing on by one:

//msgp:encode ignore myType0 myType1 myType2 ...

?
thanks

@philhofer
Copy link
Member

Presently, there is no option to do so, although I don't see a good reason why we shouldn't support that. I'd be happy to review a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants