## Motivation When we add a patch for the govpp we should make sure that we don't have a diff when run `go generate`. ## TODO - [ ] Add a ci job for checking that `go generate` doesn't produce any diff ## References Incident https://github.com/networkservicemesh/govpp/pull/29 Similar job https://github.com/networkservicemesh/.github/blob/main/.github/workflows/cmd-gogenerate.yaml
Motivation
When we add a patch for the govpp we should make sure that we don't have a diff when run
go generate.TODO
go generatedoesn't produce any diffReferences
Incident #29
Similar job https://github.com/networkservicemesh/.github/blob/main/.github/workflows/cmd-gogenerate.yaml