Compare commits
2 Commits
0485e21eaa
...
8cbde6d1fa
Author | SHA1 | Date |
---|---|---|
Charles Iliya Krempeaux | 8cbde6d1fa | |
Charles Iliya Krempeaux | 850b1df866 |
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2021 Charles Iliya Krempeaux :: http://changelog.ca/
|
Copyright (c) 2021 Charles Iliya Krempeaux :: http://reiver.link/
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
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)
|
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