Package act provides an implementation of the ActivityPub and ActivityStreams protocols, as they are used on the Fediverse, for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-asns
To import package act use import
code like the follownig:
import "github.com/reiver/go-asns"
To install package act do the following:
GOPROXY=direct go get github.com/reiver/go-asns
Package act was written by Charles Iliya Krempeaux