Documentation
¶
Overview ¶
Package glide provides functions for working with the glide tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoLockfile = errors.New("found glide.yaml but not glide.lock")
ErrNoLockfile is returned if a glide manifest is found without an accompanying lockfile.
Functions ¶
Types ¶
type Lockfile ¶
type Lockfile struct {
Hash string
Updated time.Time
Imports []Import
TestImports []Import
// contains filtered or unexported fields
}
A Lockfile contains the contents of a glide lockfile. Lockfiles are resolvers.
Click to show internal directories.
Click to hide internal directories.