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