Documentation ¶
Index ¶
Constants ¶
View Source
const ExampleConfigFile = `` /* 210-byte string literal not displayed */
Variables ¶
View Source
var Main = &cobra.Command{
Use: "deps",
Short: "Helpers for binary dependencies in Makefiles.",
}
Functions ¶
This section is empty.
Types ¶
type ArchitectureMapping ¶
type ArchitectureMapping struct {
AMD64 string `yaml:"amd64"`
}
type Component ¶
type FileNotFoundError ¶
func (FileNotFoundError) Error ¶
func (e FileNotFoundError) Error() string
func (FileNotFoundError) Unwrap ¶
func (e FileNotFoundError) Unwrap() error
type InvalidFileError ¶
func (InvalidFileError) Error ¶
func (e InvalidFileError) Error() string
func (InvalidFileError) Unwrap ¶
func (e InvalidFileError) Unwrap() error
type Mappings ¶
type Mappings struct { ArchitectureMapping ArchitectureMapping `yaml:"architecture"` OsMapping OsMapping `yaml:"os"` }
Click to show internal directories.
Click to hide internal directories.