Skip to content

v2.1.17

Compare
Choose a tag to compare
@duke-git duke-git released this 20 Mar 08:44
· 565 commits to main since this release

Feature:

  1. structs package: provide several high level functions to manipulate struct, tag, and field.

  2. slice package: add ForEachWithBreak.

  3. math package: add Range and RangeWithStep.

Fix:

  1. netutil package: fix bugs in StructToMap, StructToUrlValues.