I generate message files using gengo. It creates files which are not correctly formatted from the perspective of go fmt: idents, spaces, empty lines are not correct. However, my IDE runs go fmt before commit. This cause the file is always changed after each run of go generate.
I generate message files using
gengo. It creates files which are not correctly formatted from the perspective ofgo fmt: idents, spaces, empty lines are not correct. However, my IDE runsgo fmtbefore commit. This cause the file is always changed after each run ofgo generate.