https://github.com/030/go-utils
https://github.com/030/go-utils
golang utils
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/030/go-utils
- Owner: 030
- License: mit
- Created: 2018-11-08T06:06:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T09:32:35.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T15:56:08.194Z (about 1 year ago)
- Topics: golang, utils
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-utils
[](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))
```