bumpy-spoon-55438
09/15/2022, 6:56 AMgo generate before compiling?happy-kitchen-89482
09/15/2022, 2:16 PMfast-nail-55400
09/15/2022, 3:02 PMgo generate currently. Also, I recall that the go tool does not run go generate either before compiling. You should just be able to run go generate directly and commit the output as would be done if you were using go build instead of Pants for builds.hundreds-father-404
09/15/2022, 3:17 PMgo generate though! It seems to make sense to me