mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 07:18:25 +00:00
* Rename arguments in mocked functions from result to res The code generated by pegomock is broken if any of the arguments to the mocked function are named "result", so they must be named something else. * Regenerate all mocks with make go-generate The mocks now work without further modification after running go-generate.