Closed hairyhenderson closed 4 months ago
If at all possible, my strong preference is to maintain field ordering in the table driven test case types
I can revert the test files, no big deal.
@JohnStarich thanks for the feedback, I think I've addressed it all - please have another look!
(I'm not sure why coveralls thinks the coverage decreased - I added new tests... ¯\_(ツ)_/¯)
Fixes #43
To solve this, I:
fieldalignment
linter (which is a sub-linter ofgovet
)fieldalignment -fix
command to fix misaligned structs that were non-obviousint64
+atomic.StoreInt64
to usingatomic.Int64
(etc) and because of this...keyvalue/blob.Bytes
, which was what was giving me trouble initially