Skip to content

v0.1.0

Compare
Choose a tag to compare
@dan9186 dan9186 released this 21 Oct 08:08
· 25 commits to master since this release
  • Removes SetPayload() and SetStatus() from the bogus server object. All path manipulation must go through the path objects now.
  • Removes defaulting to GET method, all methods treated equally now and must be set if wanted
  • Moves path object to paths package
  • Adds New() method to paths package
  • Updates to use dep instead of glide
  • Updates godocs to have some examples