qbecc

package
v0.0.0-...-e456dda Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Overview

Package qbecc implements the qbecc command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct{}

Options amend NewTask

No options are currently defined.

type Task

type Task struct {
	D []string // -D
	I []string // -I
	O string   // -O
	U []string // -U
	// contains filtered or unexported fields
}

Task represents a compilation job.

func NewTask

func NewTask(goos, goarch string, args []string, stdout, stderr io.Writer, opts *Options) (r *Task)

NewTask returns a newly created Task. args[0] is the command name.

It's ok to pass nil 'opts'.

func (*Task) Main

func (t *Task) Main() (err error)

Jump to

Keyboard shortcuts

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