Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 291 Bytes

File metadata and controls

14 lines (12 loc) · 291 Bytes

Compiling

To build for only system's platform:

go build

To binaries for all supported combinations of operating systems and architectures:

scripts/builds.sh

Builds

See the .go_builds file for the list of supported combinations of operating systems and architectures.