github.com/reiver/go-netln -> sourcecode.social/reiver/go-netln

master
Charles Iliya Krempeaux 2023-10-23 12:23:55 -07:00
parent fcb820cf6f
commit ed00812ac3
3 changed files with 5 additions and 5 deletions

View File

@ -5,14 +5,14 @@ i.e., lines that end with a "\r\n".
## Documention ## 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 ## Examples
```go ```go
import "github.com/reiver/go-netln" import "sourcecode.social/reiver/go-netln"
// ... // ...

View File

@ -1,7 +1,7 @@
package netln_test package netln_test
import ( import (
"github.com/reiver/go-netln" "sourcecode.social/reiver/go-netln"
"io" "io"
"strings" "strings"

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/reiver/go-netln module sourcecode.social/reiver/go-netln
go 1.18 go 1.18