Discover Packages
github.com/twaugh/go-backvendor
backvendor
glide
package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Oct 1, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
LoadGlide tries to load glide.lock and glide.conf and extract import information.
In case no glide.lock is present, it will use the import information from glide.yaml.
type Import struct {
Name string `json:"name"`
Version string `json:"version"`
Repo string `json:"repo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.