# README
apiError-go
apiErrors that using across based on Cellularhacker's Codes written in Go.
Usage
- How to import?
go get -u github.com/Cellularhacker/apiError-go
※ Important
- package name is just
apiError
. so you have to use likeapiError.Error
, notapiError-go.Error
.