blob: 93c778179587461a352ae3328d13c485e0612feb (
plain)
1
2
3
4
5
6
7
8
9
|
// Package pub implements the ActivityPub protocol.
//
// Note that every time the ActivityStreams types are changed (added, removed)
// due to code generation, the internal function toASType needs to be modified
// to know about these types.
//
// Note that every version change should also include a change in the version.go
// file.
package pub
|