package
Version:
v0.1.0-rc8
Opens a new window with list of versions in this module.
Published: Sep 15, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Import struct {
URL string `yaml:"url"`
VCS string `yaml:"vcs"`
Source Source `yaml:"source"`
}
type Module struct {
Name string `yaml:"name"`
Prefix string `yaml:"prefix"`
Import []Import `yaml:"import"`
Packages []string `yaml:"packages"`
Tags []string `yaml:"tags"`
}
type Source struct {
URL string `yaml:"url"`
Dir string `yaml:"dir"`
File string `yaml:"file"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.