Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 602 Bytes

Golibs

Build Status codecov

My go utilities library

Doc

https://pkg.go.dev/github.com/huangjunwen/golibs

Package list

  • sqlh: SQL helpers.
  • taskrunner: Worker pool to control resource usage and implements graceful shutdown.
  • mycanal: CDC (Change Data Capture) library for MySQL8+. No need to maintain table schemas manually any more.
  • logr: Logger interface.