You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.