directory
0.6.2
Repository: https://github.com/phamtai97/go-utils.git
Documentation: pkg.go.dev

# Packages

Package config provides a way to load configuration of application from yaml and json file.
Package conv provides a string and number converter.
Package datetime provides a way to working with datetime.
Package database provides an interface Database that can be implemented by different data sources.
Package ero provides a way to create error wrapper.
Package logger provides a way to create global logger.