Categorygithub.com/apenella/go-common-utils
repository
0.5.1
Repository: https://github.com/apenella/go-common-utils.git
Documentation: pkg.go.dev

# Packages

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

# README

go-common-utils

Go-common-utils repository contains a set of helpers or common functions which could be used such a library from any Golang project.

Common utils are organized in:

  • data: Functions to manipulate data structures.
  • errors: An error interface implementation that could have a context and a list of wrapped errors.
  • logger: Manages log messages (no longer maintained)
  • networking: Functions for networking purpose.
  • os: Functions to interactuate with the system.
  • transformer/string: Functions to manipulate messages
  • types: Custom types definition.

License

go-common-utils is available under MIT license.