Imports of package datastore

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/libkv
github.com/docker/libkv/store
github.com/docker/libkv/store/boltdb
github.com/docker/libkv/store/consul
github.com/docker/libkv/store/etcd
github.com/docker/libkv/store/zookeeper
github.com/docker/libnetwork/discoverapi
github.com/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
logPackage log implements a simple logging package.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.