mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 13:52:26 -05:00
move to ssb gofed fork (#298)
This commit is contained in:
parent
829a934d23
commit
09ef9e639e
799 changed files with 6458 additions and 2475 deletions
9
vendor/github.com/superseriousbusiness/activity/pub/doc.go
generated
vendored
Normal file
9
vendor/github.com/superseriousbusiness/activity/pub/doc.go
generated
vendored
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue