sourcecode.social -> github.com

master
Charles Iliya Krempeaux 2024-07-04 07:43:40 -07:00
parent 231149d185
commit b2ed7fa065
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ Package **erorr** implements tools to create and manipulate errors, for the Go p
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-erorr
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-erorr
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-erorr?status.svg)](https://godoc.org/sourcecode.social/reiver/go-erorr)
[![GoDoc](https://godoc.org/github.com/reiver/go-erorr?status.svg)](https://godoc.org/github.com/reiver/go-erorr)
## Creating Errors

2
go.mod
View File

@ -1,3 +1,3 @@
module sourcecode.social/reiver/go-erorr
module github.com/reiver/go-erorr
go 1.17