I have a file public/index.html(no other files under public/), and statik generated file is statik/statik.go. My colleagues complain that statik/statik.go was considered changed by git after executing go generate command, but they didn't touch the public/index.html file. Is there any way to avoid this?
I have a file public/index.html(no other files under public/), and statik generated file is statik/statik.go. My colleagues complain that statik/statik.go was considered changed by git after executing go generate command, but they didn't touch the public/index.html file. Is there any way to avoid this?