Categorygithub.com/sancheo/go-utils
repository
0.1.1
Repository: https://github.com/sancheo/go-utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

how to use

go get github.com/sancheo/go-utils

log.go

// info
log.Logger.Info().Msg(string(msg))

// error
log.Logger.Error().Err(err).Msg("")

ids.go

id := ids.GenerateID()