From ed00812ac3953c521a14e5abea700b62559cf156 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 23 Oct 2023 12:23:55 -0700 Subject: [PATCH] github.com/reiver/go-netln -> sourcecode.social/reiver/go-netln --- README.md | 6 +++--- copyline_test.go | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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