improved README.md
parent
850b1df866
commit
8cbde6d1fa
18
README.md
18
README.md
|
@ -29,3 +29,21 @@ And with `erorr.Errorf`:
|
|||
```
|
||||
var err error = erorr.Errorf("bad value for id %q", id)
|
||||
```
|
||||
|
||||
## Import
|
||||
|
||||
To import package **erorr** use `import` code like the follownig:
|
||||
```
|
||||
import "github.com/reiver/go-erorr"
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
To install package **erorr** do the following:
|
||||
```
|
||||
GOPROXY=direct go get https://github.com/reiver/go-erorr
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
Package **erorr** was written by [Charles Iliya Krempeaux](http://reiver.link)
|
||||
|
|
Loading…
Reference in New Issue