sourcecode.social -> github.com
parent
e474e88f6f
commit
5dd7c5557d
|
@ -6,9 +6,9 @@ This package is meant to be a replacement for Go's built-in `"unicode/utf8"` pac
|
||||||
|
|
||||||
## Documention
|
## Documention
|
||||||
|
|
||||||
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-utf8
|
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-utf8
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-utf8?status.svg)](https://godoc.org/sourcecode.social/reiver/go-utf8)
|
[![GoDoc](https://godoc.org/github.com/reiver/go-utf8?status.svg)](https://godoc.org/github.com/reiver/go-utf8)
|
||||||
|
|
||||||
## Reading a Single UTF-8 Character
|
## Reading a Single UTF-8 Character
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ import (
|
||||||
|
|
||||||
"io"
|
"io"
|
||||||
"strings"
|
"strings"
|
||||||
"sourcecode.social/reiver/go-utf8"
|
"github.com/reiver/go-utf8"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestRuneScanner_Buffered(t *testing.T) {
|
func TestRuneScanner_Buffered(t *testing.T) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package utf8_test
|
package utf8_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"sourcecode.social/reiver/go-utf8"
|
"github.com/reiver/go-utf8"
|
||||||
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue