arch

package
v0.0.0-...-ac28a10 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arch

type Arch int
const (
	// Na Will be used to represent software that doesn't require a CPU
	// architecture. Making it the first entry in the list so that it becomes
	// the zero value. Useful for our arguments, so if it's omitted, it will
	// defualt to Na.
	Na Arch = iota
	X86
	X64
)

func (*Arch) Set

func (a *Arch) Set(v string) error

func (Arch) String

func (a Arch) String() string

Jump to

Keyboard shortcuts

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