config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2021 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RepoDir      string
	BuildDirPath = []string{"build", "_output"}
	MageTag      = MageTagStruct{
		Color: color.FgCyan,
		Label: "[MAGE]",
	}
	Dependencies = []string{
		"github.com/kyoh86/richgo",
		"github.com/mgechev/revive",
		"honnef.co/go/tools/cmd/staticcheck",
	}
	VersionVariablePath string
	Binaries            []Binary
	CleaningTasks       []CleaningTask
)

Functions

This section is empty.

Types

type Binary

type Binary struct {
	Name string
}

type CleaningTask

type CleaningTask func() error

type MageTagStruct

type MageTagStruct struct {
	Color color.Attribute
	Label string
}

Jump to

Keyboard shortcuts

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