Tags: skynet2/mock
Tags
fix parse array with the external const correctly (golang#569) Fixes golang#561 - Panic on array parsing if length is externally defined It also fixes the following minor problems in TestParseArrayWithConstLength, a test function related to this feature. It doesn't check all outputs to be asserted. It doesn't initialize some of the fields in mockgen.fileParser, even though they are initialized in the production code. (Actually, it caused an unnecessary test error by test data I added)
fix issues related to source package imports (golang#507) Fixes: golang#505 Fixes: golang#515
PreviousNext