Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func Get ¶
func Get() (*Repository, error)
func (*Repository) ModNames ¶
func (r *Repository) ModNames() []string
func (*Repository) ResolveModName ¶
func (r *Repository) ResolveModName(modName string) (string, error)
func (*Repository) TransitiveClosure ¶
func (r *Repository) TransitiveClosure(leaves []string) ([]Mod, error)
Click to show internal directories.
Click to hide internal directories.