Package accturi provides tools for working with acct-URIs, for the Go programming language. The acct-URI scheme is used with WebFinger, and the Fediverse / Social Web.
- Go 100%
| accturi.go | ||
| go.mod | ||
| go.sum | ||
| hasprefix.go | ||
| hasprefix_test.go | ||
| isaccturi.go | ||
| isaccturi_test.go | ||
| join.go | ||
| LICENSE | ||
| parse.go | ||
| prefix.go | ||
| README.md | ||
| scheme.go | ||
| split.go | ||
| split_test.go | ||
go-accturi
Package accturi provides tools for working with acct-URIs, for the Go programming language.
The acct-URI scheme is used with WebFinger, and the Fediverse / Social Web.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/codeberg.org/reiver/go-accturi
Import
To import package accturi use import code like the follownig:
import "codeberg.org/reiver/go-accturi"
Installation
To install package accturi do the following:
GOPROXY=direct go get codeberg.org/reiver/go-accturi
Author
Package accturi was written by Charles Iliya Krempeaux