sourcecode.social -> github.com
parent
01b1383fcd
commit
79a45bc039
|
@ -33,6 +33,6 @@ s := arb.String()
|
|||
```
|
||||
## Documention
|
||||
|
||||
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-arbitrary
|
||||
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-arbitrary
|
||||
|
||||
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-arbitrary?status.svg)](https://godoc.org/sourcecode.social/reiver/go-arbitrary)
|
||||
[![GoDoc](https://godoc.org/github.com/reiver/go-arbitrary?status.svg)](https://godoc.org/github.com/reiver/go-arbitrary)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package arbitrary
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-strfs"
|
||||
"github.com/reiver/go-strfs"
|
||||
|
||||
"io/fs"
|
||||
"time"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package arbitrary
|
||||
|
||||
import (
|
||||
"sourcecode.social/reiver/go-strfs"
|
||||
"github.com/reiver/go-strfs"
|
||||
|
||||
"io/fs"
|
||||
"time"
|
||||
|
|
Loading…
Reference in New Issue