gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

doc.go (348B)


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