# Functions
About prints information about Glide.
CacheClear clears the Glide cache.
ConfigWizard reads configuration from a glide.yaml file and attempts to suggest improvements.
Create creates/initializes a new Glide repository.
Debug sets the debugging flags across components.
EnsureConfig loads and returns a config file.
EnsureGopath fails if GOPATH is not set, or if $GOPATH/src is missing.
EnsureGoVendor ensures that the Go version is correct.
EnsureVendorDir ensures that a vendor/ directory is present in the cwd.
Get fetches one or more dependencies and installs.
ImportGB imports GB dependencies into the present glide config.
ImportGodep imports a Godep file.
ImportGom imports a Gomfile.
ImportGPM imports a GPM file.
Info prints information about a project based on a passed in format.
Init initializes the action subsystem for handling one or more subesequent actions.
Install installs a vendor directory based on an existing Glide configuration.
List lists all of the dependencies of the current project.
MirrorsList displays a list of currently setup mirrors.
MirrorsRemove removes a mirrors setting.
MirrorsSet sets a mirror to use.
Name prints the name of the package, according to the glide.yaml file.
NoColor sets the color flags.
NoVendor generates a list of source code directories, excepting `vendor/`.
Plugin attempts to find and execute a plugin based on a command.
Quiet sets the quiet flags across components.
Rebuild rebuilds '.a' files for a project.
Remove removes a dependncy from the configuration.
Tree prints a tree representing dependencies.
Update updates repos and the lock file from the main glide yaml.
# Structs
PackageList contains the packages being used by their location.