diff --git a/README.md b/README.md index 532fb4a..fec8c43 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ i.e., lines that end with a "\r\n". ## Documention -Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-netln +Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-netln -[![GoDoc](https://godoc.org/github.com/reiver/go-netln?status.svg)](https://godoc.org/github.com/reiver/go-netln) +[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-netln?status.svg)](https://godoc.org/sourcecode.social/reiver/go-netln) ## Examples ```go -import "github.com/reiver/go-netln" +import "sourcecode.social/reiver/go-netln" // ... diff --git a/copyline_test.go b/copyline_test.go index 58e8ce5..e072121 100644 --- a/copyline_test.go +++ b/copyline_test.go @@ -1,7 +1,7 @@ package netln_test import ( - "github.com/reiver/go-netln" + "sourcecode.social/reiver/go-netln" "io" "strings" diff --git a/go.mod b/go.mod index 3ac9879..3987e32 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/reiver/go-netln +module sourcecode.social/reiver/go-netln go 1.18