Interface CompilerTarget

interface CompilerTarget {
    Format: OutputFormat;
    GOARCH: string;
    GOOS: string;
}

Properties

Properties

Format: OutputFormat
GOARCH: string

The server's Arch

GOOS: string

The server's OS