Categorygithub.com/reiver/go-act
repositorypackage
0.0.0-20250208135856-bbd95ecc4086
Repository: https://github.com/reiver/go-act.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-act

Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-act

GoDoc

Import

To import package act use import code like the follownig:

import "github.com/reiver/go-act"

Installation

To install package act do the following:

GOPROXY=direct go get github.com/reiver/go-act

Author

Package act was written by Charles Iliya Krempeaux