Skip to content

Tags: thiagonache/bench

Tags

v0.0.7

Toggle v0.0.7's commit message
Upgrade dependencies

v0.0.6

Toggle v0.0.6's commit message
Upgrade dependencies

v0.0.5-alpha

Toggle v0.0.5-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
There is no need to clone the value of the interface (#11)

v0.0.4-alpha

Toggle v0.0.4-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add support to other HTTP methods than GET (#6)

* Add new field on the struct to support custom HTTP methods that does not require body. Eg: DELETE

* Add support to setting the request body

* Improve test name

* Fix test name

* Fix misspelled words

* Typo

* Add support to custom content type

* Improve README

* Add missing colon after word Site on output

* tweaking test names

Co-authored-by: John Arundel <john@bitfieldconsulting.com>

v0.0.3-alpha

Toggle v0.0.3-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
The files inside of t.TempDir() are already deleted after the tests r…

…un (#7)

v0.0.2-alpha

Toggle v0.0.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Use golangci instead of golint since golint is deprecated (#5)

* Use golangci instead of golint since golint is deprecated

* Fix lint issues

v0.0.1-alpha

Toggle v0.0.1-alpha's commit message
Initial release