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.
Find a file
2026-02-28 13:27:44 -08:00
accturi.go docs 2026-02-28 11:31:13 -08:00
go.mod join 2026-02-28 10:59:43 -08:00
go.sum join 2026-02-28 10:59:43 -08:00
hasprefix.go has prefix 2026-02-28 12:21:21 -08:00
hasprefix_test.go has prefix 2026-02-28 12:21:21 -08:00
isaccturi.go is acct-uri 2026-02-28 12:43:20 -08:00
isaccturi_test.go is acct-uri 2026-02-28 12:43:20 -08:00
join.go docs 2026-02-28 11:28:18 -08:00
LICENSE initial commits 2025-02-05 13:17:42 -08:00
parse.go docs 2026-02-28 11:34:51 -08:00
prefix.go refactor and docs 2026-02-28 11:09:04 -08:00
README.md codeberg 2025-09-03 16:26:36 -07:00
scheme.go refactor and docs 2026-02-28 11:09:04 -08:00
split.go split 2026-02-28 13:24:17 -08:00
split_test.go split 2026-02-28 13:27:44 -08:00

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

GoDoc

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