go-fed-activity/tools
Cory Slep e910e86bd6 Update all the READMEs 2018-05-30 23:48:34 +02:00
..
defs Use *url.URL instead of url.URL. 2018-05-29 21:57:39 +02:00
streams Tools now pass go vet 2018-05-30 21:40:20 +02:00
vocab Update all the READMEs 2018-05-30 23:48:34 +02:00
README.md Update all the READMEs 2018-05-30 23:48:34 +02:00

README.md

tools

Contains the code-generation logic for aspects of this library:

  • go-fed/activity/tools/defs contains common utilities and definitions for the Vocabulary.
  • go-fed/activity/tools/vocab is the tool used to generate the Vocabulary code.
  • go-fed/activity/tools/vocab/gen is the library that does the heavy lifting of generating the Vocabulary code.
  • go-fed/activity/tools/stream is the tool used to generate the ActivityStream convenience code.
  • go-fed/activity/toolsstream/gen is the library that does the heavy lifting of generating the ActivityStream convenience code.

Before you continue further; a fair warning. This code is in severe need of tender love and care.