Imports of package vclib

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/vmware/govmomiThis package is the root package of the govmomi library.
github.com/vmware/govmomi/findPackage find implements inventory listing and searching.
github.com/vmware/govmomi/object
github.com/vmware/govmomi/pbm
github.com/vmware/govmomi/pbm/types
github.com/vmware/govmomi/property
github.com/vmware/govmomi/session
github.com/vmware/govmomi/vim25Package vim25 provides a minimal client implementation to use with other packages in the vim25 tree.
github.com/vmware/govmomi/vim25/mo
github.com/vmware/govmomi/vim25/soap
github.com/vmware/govmomi/vim25/types
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
net/urlPackage url parses URLs and implements query escaping.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.