index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
leodido
/
go-urn
/
kind.go
blob: f5e140f0a43052496a4a119320b92234cbb68e5f (
plain
)
1
2
3
4
5
6
7
8
9
10
package
urn
type
Kind
int
const
(
NONE Kind =
iota
RFC2141
RFC7643
RFC8141
)