Releases: gomicro/bogus
Releases · gomicro/bogus
v0.1.2
v0.1.1
v0.1.0
- Removes
SetPayload()andSetStatus()from the bogus server object. All path manipulation must go through the path objects now. - Removes defaulting to
GETmethod, all methods treated equally now and must be set if wanted - Moves path object to
pathspackage - Adds
New()method topathspackage - Updates to use
depinstead ofglide - Updates godocs to have some examples