tyro-jason
tyro-jason
It would be nice if you could slurp a json schema spec in and just match against that...
Existing matchers can do nil assertions on interface values because they match on T or *T but not a T that can be an interface(ie ptr) ``` type Blah interface{...
Hi There, I added a static creator method modelled on the Util static methods to create a proxy, but with a Supplier instead of just a Map to give me...
``` my-task: desc: does useful things cmds: - echo "I ran yo" sources: - [insert some path to source files] generates: - [insert some path to generated file] method: timestamp...