Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 306 Bytes

gobox

go box is a collection of useful go packages.

Packages

logger

logger is a simple wrapper of slog.

goroutine_pool

goroutine_pool is simple goroutine pool refer to foundation