tsamsiyu

Results 2 comments of tsamsiyu

in the middle of a generated mock: ```go ... func (m *MyMock) CallMe(arg0, arg1 interface{}) *gomock.Call { m.mock.ctrl.T.Helper() return m.mock.ctrl.RecordCallWithMethodType(m.mock, "CallMe", reflect.TypeOf((*MyMock)(nil).CallMe), arg0, arg1) } ... ``` it's used like...

I think the easiest and right way to fix this is to provide function that would return us the form values in shape which they actually have in form object....