github.com -> sourcecode.social

master
Charles Iliya Krempeaux 2023-08-16 05:23:58 -07:00
parent 161bc9a4ec
commit a4fcc1ff1b
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ This package is meant to be a replacement for Go's built-in `"unicode/utf8"` pac
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-utf8
Online documentation, which includes examples, can be found at: http://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)
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-utf8?status.svg)](https://godoc.org/sourcecode.social/reiver/go-utf8)
## Reading a Single UTF-8 Character

View File

@ -1,7 +1,7 @@
package utf8_test
import (
"github.com/reiver/go-utf8"
"sourcecode.social/reiver/go-utf8"
"strings"