Table of Contents

Go - Build

Parameters

Example: Building for Linux

export GOOS=linux
export GOARCH=amd64
go build

Documentation / Reference