golang

package
v0.1.0-rc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Import

type Import struct {
	URL    string `yaml:"url"`
	VCS    string `yaml:"vcs"`
	Source Source `yaml:"source"`
}

type Module

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

type Source struct {
	URL  string `yaml:"url"`
	Dir  string `yaml:"dir"`
	File string `yaml:"file"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL