Skip to content

Tags: jfcote87/ctxclient

Tags

v0.6.2

Toggle v0.6.2's commit message
NotSuccess error now has http.Response field

v0.6.1

Toggle v0.6.1's commit message
fix testutils go.mod

v0.6.0

Toggle v0.6.0's commit message
Get added, appengine.go removed

v0.5.1

Toggle v0.5.1's commit message
go1.11 module

v0.5.0

Toggle v0.5.0's commit message
Added ErrUseDefault error for use in Func and refactored.

Funcs that return nil, nil will now create an error.  Funcs
must now return ErrUseDefault to select default client.

added examples and updated README.  Removed log.go and moved
logic to testutils package.