crossbuild

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package crossbuild provides the use-case to build executables for platforms.

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type CrossBuild

type CrossBuild struct {
	Env        env.Interface
	FileSystem fs.Interface
}

func (*CrossBuild) Do

func (u *CrossBuild) Do(in Input) error

type Input

type Input struct {
	OutputFilename string
	GoBuildArgs    []string
	Platform       build.Platform
}

type Interface

type Interface interface {
	Do(in Input) error
}

Directories

Path Synopsis
Package mock_crossbuild is a generated GoMock package.
Package mock_crossbuild is a generated GoMock package.

Jump to

Keyboard shortcuts

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