Some own/observed great lib/ideas,common useful golang libs/utils. GitHub https://github.com/txu2k8/libs-go
- cmd cobra for CLI
- config config settings
- logger logging config
- mail Send email && attachment.
- convert convert type-A to type-B
- random a golang random func like python random lib
- prettytable Print table strings pretty
- worker Test worker: jobs/cases collect and running, result.
- report report test results to email with html template
- schedule schedule jobs and store/print status
- retry retry func() error
- load load used to generate million of files