matryer / moq

Interface mocking tool for go generate
http://bit.ly/meetmoq
MIT License
2k stars 127 forks source link

Add Todo flag #65

Closed pdrum closed 6 years ago

pdrum commented 6 years ago

Adds a boolean flag called todo which defaults to true. If it's set to true // TODO: flags will be included in the generated code. Otherwise they will not.

Resolves https://github.com/matryer/moq/issues/56

matryer commented 6 years ago

There's no need for a flag here. Let's just remove TODO from the template?

matryer commented 6 years ago

@pdrum great job though :) Well executed.

pdrum commented 6 years ago

@matryer I removed them in https://github.com/matryer/moq/pull/66