gzuidhof / tygo

Generate Typescript types from Golang source code
MIT License
597 stars 40 forks source link

Change permission mode of generated files #21

Closed jor-rit closed 1 year ago

jor-rit commented 1 year ago

os.ModePerm is 0777, so with executable bit set... which hurt my eyes when listing the directory ;)

Changing to 0664, dropping the executable bits and the write perm by others.

gzuidhof commented 1 year ago

Thank you :)