Hey guys, what are the best practices for stuff th...
# general
g
Hey guys, what are the best practices for stuff that needs to modify the source tree? Such as running go-fmt, putting generated files/documentation in vcs, etc. Should I use
make
side by side with pants? Or is there a better option?