rjeczalik / interfaces

Code generation tools for Go.
MIT License
420 stars 31 forks source link

Not compatible with go:generate #10

Closed wweir closed 5 years ago

wweir commented 5 years ago

go generate has a special check case: must place a space after quoted argument. Related issue https://github.com/golang/go/issues/18573

For now, I have no idea how to put the command after go:generate, for the special quote case.