github.com/reiver/go-netln -> sourcecode.social/reiver/go-netln
parent
fcb820cf6f
commit
ed00812ac3
|
@ -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"
|
||||||
|
|
||||||
// ...
|
// ...
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue