modulepackage
0.0.0-20181209125328-7f31f4b264ec
Repository: https://github.com/wendal/errors.git
Documentation: pkg.go.dev
# README
errors
增强型errors包(for golang)
完全兼容官方的errors包,且附带堆栈信息,方便debug
API完全兼容
安装
go get github.com/wendal/errors
使用
仅需将
import errors
改为
import github.com/wendal/errors
# Functions
New returns an error that formats as the given text.
# Variables
No description provided by the author