Commits


Correctly return ErrNoMatch The check was incorrect before. The HTTP status on responses is still 200 OK, but with empty results if there are no matches to the filter.


Always format generated code While here document what is needed to actually run go generate.


Support cascading delete of objects


doc: correct doc comment about type


Generate CRUD code using go generate Explanation for use is in the README