lerenn / asyncapi-codegen

An AsyncAPI Golang Code generator that generates all Go code from the broker to the application/user. Just plug your application to your favorite message broker!
Apache License 2.0
89 stars 23 forks source link

Change generated file permission to 0644 #51

Closed leejuyuu closed 1 year ago

leejuyuu commented 1 year ago

The *.go source files are not meant to be executable, so the executable permission of the generated file is likely not needed.

Fixes https://github.com/lerenn/asyncapi-codegen/issues/50.