Changed
- Go version in
go.mod
to the oldest stable (1.19) - All module dependencies to the latest
- The order of
struct
fields for reduced memory consumption in- legacy
Info
- tests
- legacy
- Table driven test cases to be defined inline, as the parameter for
range
- Tests of
Stringer
s to be terser - Empty
interface
to be spelled asany