Categorygithub.com/030/go-utils
modulepackage
4.0.4+incompatible
Repository: https://github.com/030/go-utils.git
Documentation: pkg.go.dev

# README

go-utils

Build Status

go get github.com/030/go-utils

and add the following to the go file:

import (
    "github.com/pkg/errors"

    "github.com/030/go-utils"
)

CheckErrorPrintStackTraceAndExit

utils.CheckErrorPrintStackTraceAndExit(errors.WithStack(err))

# Functions

No description provided by the author