// TODO: replace me
go get -v github.com/rizalgowandy/wise-go
// TODO: replace me
For more example check here.
Sometime it's make sense to make an API call without actually calling the API. In order to support that this library has a built-in stub that can be triggered. You can enable stub by injecting certain value to the context data. You can also enforce that certain API call will always return error with specific type and message.
// TODO: replace me
For more example, check here.
Version: // TODO: replace me