Compare commits
No commits in common. "8cbde6d1fa3fe028e5c13e9338f0b5a4a7781ac3" and "0485e21eaa82ffec1b5d490112703c89a930d331" have entirely different histories.
8cbde6d1fa
...
0485e21eaa
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2021 Charles Iliya Krempeaux :: http://reiver.link/
|
||||
Copyright (c) 2021 Charles Iliya Krempeaux :: http://changelog.ca/
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
18
README.md
18
README.md
|
@ -29,21 +29,3 @@ 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