Hi @vparpoil. Thanks for the contribution. The file that has been changed is actually a generated file so will be overridden unless the code on which is it based is changed. The change should be made here and then you can run go generate ./.... Running this command should just redo the change you've already made, but just to make sure.
Hi @vparpoil. Thanks for the contribution. The file that has been changed is actually a generated file so will be overridden unless the code on which is it based is changed. The change should be made here and then you can run
go generate ./...
. Running this command should just redo the change you've already made, but just to make sure.