package
0.13.1
Repository: https://github.com/jeffzhangme/glide.git
Documentation: pkg.go.dev

# Functions

Basepath returns the current working directory.
CopyDir copies an entire source directory to the dest directory.
CopyFile copies a source file to a destination.
CustomRemoveAll is similar to os.RemoveAll but deals with the bug outlined at https://github.com/golang/go/issues/20841.
CustomRename is similar to os.Rename but deals with the bug outlined at https://github.com/golang/go/issues/20841.
Glide gets the path to the closest glide file.
GlideWD finds the working directory of the glide.yaml file, starting at dir.
Gopath gets GOPATH from environment and return the most relevant path.
Gopaths retrieves the Gopath as a list when there is more than one path listed in the Gopath.
HasLock returns true if this can stat a lockfile at the givin location.
Home returns the Glide home directory ($GLIDE_HOME or ~/.glide, typically).
IsDirectoryEmpty checks if a directory is empty.
IsLink returns true if the given FileInfo references a link.
SetHome sets the home directory for Glide.
StripBasepath removes the base directory from a passed in path.
StripVendor removes nested vendor and Godeps/_workspace/ directories.
Vendor calculates the path to the vendor directory.

# Constants

DefaultGlideFile is the default name for the glide.yaml file.
LockFile is the default name for the lock file.

# Variables

GlideFile is the name of the Glide file.
Tmp is the temporary directory Glide should use.
VendorDir is the name of the directory that holds vendored dependencies.