package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Oct 25, 2016
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Package string `yaml:"package,omitempty"`
Imports []Import `yaml:"import,omitempty"`
}
Dedupe deletes duplicates and sorts the imports
type Import struct {
Package string `yaml:"package,omitempty"`
Version string `yaml:"version,omitempty"`
Repo string `yaml:"repo,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.