Skip to content

v1.2.0

Compare
Choose a tag to compare
@duke-git duke-git released this 17 Jan 06:57
· 1298 commits to main since this release

Feature:

  1. New package retry can execute function repeatedly until it was successful or canceled by the context.
  2. New package system contains some functions about os, runtime, shell command.
  3. validator/validator.go: add new validator function, IsAllUpper, IsAllLower, ContainUpper, ContainLower, ContainLetter, IsJSON.