
The highest tagged major version is
v2.
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 29, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package memory implements an in-memory handler useful for testing, as the
entries can be accessed after writes.
type Handler struct {
Entries []log.Entry
}
Handler implementation.
func (*Handler) Log ¶
Log implements log.Handler.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.