activity/tools
Cory Slep 00423c0cdf Tools now pass go vet 2018-05-30 21:40:20 +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 Tools now pass go vet 2018-05-30 21:40:20 +02:00
README.md Migrate vocabulary library to go-fed. 2018-01-24 00:13:06 +01:00

README.md

tools

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

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