Documentation
¶
Overview ¶
Package godep provides functions for working with the godep tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lockfile ¶
type Lockfile struct {
ImportPath string
GoVersion string
GodepVersion string
Deps []Package
// contains filtered or unexported fields
}
Lockfile contains the contents of a godep lockfile.
Click to show internal directories.
Click to hide internal directories.