updated README.md file

master
Charles Iliya Krempeaux 2023-08-14 05:57:44 -07:00
parent 3bacef551e
commit 2f430f79b6
1 changed files with 5 additions and 6 deletions

View File

@ -2,6 +2,11 @@
Package **errhttp** provides errors and types that make dealing with HTTP response errors easier, for the Go programming language.
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-errhttp
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-errhttp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-errhttp)
## Example
@ -64,9 +69,3 @@ Here is an example of using one of the package global variable errors:
//@TODO
}
```
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-errhttp
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-errhttp?status.svg)](https://godoc.org/sourcecode.social/reiver/go-errhttp)