Imports of package backend

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/boltdb/boltPackage bolt implements a low-level key/value store in pure Go.
github.com/coreos/pkg/capnslog
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
hash/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.