Registry / networking / go-ap-activitypub

go-ap-activitypub

JSON →
library0.0.0-20260607141243-4f8aa4005e65gogounverified

A Go library for implementing the ActivityPub protocol.

go get github.com/go-ap/activitypub
INSTALL
IMPORT
SIG · GO-AP-ACTIVITYPUB
G
go-ap-activitypub
networkinggov0.0.0-20260607141243-4f8aa4005e65
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

activitypub
github.com/go-ap/activitypub

Create and print an ActivityPub actor.

package main import ( "fmt" "github.com/go-ap/activitypub" ) func main() { actor := activitypub.Actor{ID: activitypub.ID("https://example.com/actor")} fmt.Println(actor.ID) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260607141243-4f8aa4005e65latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
go-ap-activitypub — go get go-ap-activitypub · libregistry