Golang ActitvityPub - go-ap

2 Likes

On go-ap/activitypub

$ make coverage
...
    --- PASS: TestOnTombstone/single_fails (0.00s)
    --- PASS: TestOnTombstone/collection_of_profiles (0.00s)
    --- PASS: TestOnTombstone/collection_of_profiles_fails (0.00s)
=== RUN   TestDefaultValidator_Validate
    validation_test.go:6: TODO
--- SKIP: TestDefaultValidator_Validate (0.00s)
PASS
coverage: 38.6% of statements
ok  	github.com/go-ap/activitypub	0.021s	coverage: 38.6% of statements

Software using go-app

Discussion on the architecture of go-ap:

https://lists.sr.ht/~mariusor/activitypub-go/<a4bb4473-1379-453a-93aa-0c6aa8af49e4%40dachary.org>

An overview of the go-ap architecture, extension of the AP vocabulary and how it compares with go-fed.