rjeczalik / interfaces

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

Remove executable bit from generated files #21

Closed alexsn closed 3 years ago

alexsn commented 3 years ago

Generated files (go source code) should not set executable flag set.

rjeczalik commented 3 years ago

Thanks @alexsn! It makes sense to have them 0644