moved to sourcecode.social

master
Charles Iliya Krempeaux 2023-09-20 14:07:57 +09:00
parent 54f5d55f27
commit a180984737
2 changed files with 3 additions and 7 deletions

View File

@ -7,9 +7,9 @@ The serialized form of the **xim-id** is safe to use as a _file_ or _directory_
## Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-xim
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-xim
[![GoDoc](https://godoc.org/github.com/reiver/go-xim?status.svg)](https://godoc.org/github.com/reiver/go-xim)
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-xim?status.svg)](https://godoc.org/sourcecode.social/reiver/go-xim)
## Example
@ -203,7 +203,3 @@ The advantage of this is that lexical-ordering (in Unicode & ASCII) is also symb
One design goal is that lexical ordering of the **xim** strings is (almost always) also temporal ordering of the **xim** strings.
Another design goal of it is that these **xim** strings should be able to be used as a file-name, or a directory-name.
## See Also:
* https://github.com/reiver/xim-id

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/reiver/go-xim
module sourcecode.social/reiver/go-xim
go 1.17