An open API service indexing awesome lists of open source software.

https://github.com/030/go-utils


https://github.com/030/go-utils

golang utils

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-utils

[![Build Status](https://travis-ci.org/030/go-utils.svg?branch=master)](https://travis-ci.org/030/go-utils)

```bash
go get github.com/030/go-utils
```

and add the following to the go file:

```bash
import (
"github.com/pkg/errors"

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

## CheckErrorPrintStackTraceAndExit

```bash
utils.CheckErrorPrintStackTraceAndExit(errors.WithStack(err))
```