Releases: gildas/go-core
Releases · gildas/go-core
ISO8601-1 Duration and Type Registry improvements
Case Insensitive Type Registry
- Added Case Insensitive Type Registry
Updated dependencies
- Go 1.23
Decorated structs and more find tools
- The
Decorated
struct can be used to add aSelfUri
JSON field to a struct. Useful when sending back structs as HTTP responses. - More find tools:
EqualNamed
,MatchIdentifiable
, etc. Allows to write smallerFindWithFunc
calls.
Find for slices
v0.5.9 Release 0.5.9
Map join
Updated dependencies
Updated go.mod
Documentation
At last some documentation that explains how to use this package...
Use Go 1.20
v0.5.4 Release 0.5.4
Slice tools
Added more slice tools:
- Contains
- EqualSlices
- Join (like strings.Join for generic slices)