toolchain

package
v0.0.0-...-884b522 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanTools

func CleanTools()

CleanTools clears out the folder located at ToolsDir()

func EnvGet

func EnvGet(key string) string

EnvGet registers the env var for printing and returns the current value.

func EnvRegister

func EnvRegister(key, value string)

EnvRegister registers the env var for printing and sets it to value if it has no current value.

func EnvSet

func EnvSet(key, value string)

EnvSet registers the env var for printing and always sets it to value.

func EnvString

func EnvString() string

EnvString returns a string containing every registered env var and its' value.

func Run

func Run(c string, args ...string) error

func RunCombinedOutput

func RunCombinedOutput(c string, args ...string) ([]byte, error)

func RunDir

func RunDir(dir, c string, args ...string) error

func RunDirCombinedOutput

func RunDirCombinedOutput(dir, c string, args ...string) ([]byte, error)

func RunDirExit

func RunDirExit(dir, c string, args ...string) int

func RunDirOutput

func RunDirOutput(dir, c string, args ...string) ([]byte, error)

func RunEnv

func RunEnv(env []string, c string, args ...string) error

func RunEnvCombinedOutput

func RunEnvCombinedOutput(env []string, c string, args ...string) ([]byte, error)

func RunEnvDir

func RunEnvDir(env []string, dir, c string, args ...string) error

func RunEnvDirCombinedOutput

func RunEnvDirCombinedOutput(env []string, dir, c string, args ...string) ([]byte, error)

func RunEnvDirExit

func RunEnvDirExit(env []string, dir, c string, args ...string) int

func RunEnvDirOutput

func RunEnvDirOutput(env []string, dir, c string, args ...string) ([]byte, error)

func RunEnvExit

func RunEnvExit(env []string, c string, args ...string) int

func RunEnvOutput

func RunEnvOutput(env []string, c string, args ...string) ([]byte, error)

func RunExit

func RunExit(c string, args ...string) int

func RunOutput

func RunOutput(c string, args ...string) ([]byte, error)

func ToolsDir

func ToolsDir() string

ToolsDir returns a path within WorkingModuleDataDir() to be used to store tools needed to build the module.

func WorkingModuleDataDir

func WorkingModuleDataDir() string

WorkingModuleDataDir returns a folder within WorkingModulePath() that can be used to store data.

func WorkingModulePath

func WorkingModulePath() string

WorkingModulePath returns the module path of the module in the working directory at the time of init.

Types

type Build

type Build int
const (
	BuildRelease Build = iota
	BuildDevelopment
	BuildDebug
)

func (Build) String

func (b Build) String() string

type Target

type Target struct {
	OS   string
	Arch string
}

func (Target) CrossCompiling

func (t Target) CrossCompiling() bool

func (Target) String

func (t Target) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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