Categorygithub.com/tommzn/go-utils
modulepackage
1.0.2
Repository: https://github.com/tommzn/go-utils.git
Documentation: pkg.go.dev

# README

Go Reference GitHub go.mod Go version GitHub release (latest by date) Go Report Card Actions Status

Golang Utils

Provides several helper, used in my projects.

# Functions

IsId returns true if passed id is a UUID version 4.
NewErrorStack returns a new, empty error stack.
NewId returns a new UUID in version 4.

# Structs

ErrorStack handles a collection of errors.