Imports of package pkg

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/etcd/pkg/flagsPackage flags implements command-line flag parsing.
github.com/coreos/etcd/pkg/transportPackage transport implements various HTTP transport utilities based on Go net package.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.