Skip to content

v0.2.0

Compare
Choose a tag to compare
@mtraver mtraver released this 01 Apr 03:48
· 21 commits to master since this release

Add support for wrapping a handler such that a logger is attached to the request's context, as well as package-level logging functions that take such a context. This means that (1) there's no need to construct and close a logger manually and (2) the same logger is passed through a chain of middleware along with the request.

Godoc examples and an example GAE app are also added.