Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 1.1 KB

File metadata and controls

87 lines (57 loc) · 1.1 KB

DEVELOPMENT

We follow standard, go based operations for compiling and unit testing Go code.

For advanced operations, such as linting, we further supplement with some software industry tools.

PREREQUISITES

Recommended

Postinstall

Register output of go env GOBIN to PATH environment variable.

TASKS

We automate engineering tasks.

Build

mage

Install

mage install

Uninstall

mage uninstall

Security Audit

mage audit

Lint

mage lint

Test

mage test

Crosscompile Binaries

mage tuco

Package Binaries

mage package

Upload Packages

mage upload

Clean Workspace

mage clean