//
pkg.gl
Category
github.com/tommzn/go-utils
module
package
1.0.2
Repository:
https://github.com/tommzn/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
11
Files
40 SLOC
#
README
Golang Utils
Provides several helper, used in my projects.
#
Functions
IsId
IsId returns true if passed id is a UUID version 4.
NewErrorStack
NewErrorStack returns a new, empty error stack.
NewId
NewId returns a new UUID in version 4.
#
Structs
ErrorStack
ErrorStack handles a collection of errors.