Skip to content

Releases: tada/dgo

v0.5.1

04 May 09:33
Compare
Choose a tag to compare
Remove use of build tag for test code

v0.5.0: Refactor handling of Min() and Max() to common type

04 May 09:19
Compare
Choose a tag to compare
This commit adds a sizeRange struct with two uint32 integers for min
and max. This struct implements a common interface used for all types
that have size boundaries.