Compare commits

..

2 Commits

Author SHA1 Message Date
Charles Iliya Krempeaux 8cbde6d1fa improved README.md 2024-08-01 16:34:37 -07:00
Charles Iliya Krempeaux 850b1df866 changelog.ca -> reiver.link 2024-08-01 16:33:53 -07:00
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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)