build

package
v0.0.0-...-049d347 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

func NewBuilder

func NewBuilder(cfg *BuilderConfig) *Builder

func (*Builder) Build

func (b *Builder) Build() error

func (*Builder) BuildFiles

func (b *Builder) BuildFiles() error

type BuilderConfig

type BuilderConfig struct {
	Compiler    string
	Source      string
	Output      string
	Tags        string
	Ldflags     string
	IncludeTest bool
	GCFlags     string
}

type Tester

type Tester struct {
	// contains filtered or unexported fields
}

func NewTester

func NewTester(cfg *TesterConfig) *Tester

func (*Tester) Build

func (t *Tester) Build() error

func (*Tester) Run

func (t *Tester) Run() error

type TesterConfig

type TesterConfig struct {
	*BuilderConfig
	Port     string
	BenchRun string
	Count    string
	Time     string
	Shuffle  string
}

Jump to

Keyboard shortcuts

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