Imports of package diskv

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/flatePackage flate implements the DEFLATE compressed data format, described in RFC 1951.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
compress/zlibPackage zlib implements reading and writing of zlib format compressed data, as specified in RFC 1950.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/btreePackage btree implements in-memory B-Trees of arbitrary degree.
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.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.