Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 752 Bytes

File metadata and controls

59 lines (37 loc) · 752 Bytes

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

  • Go
  • make
  • Provision additional dev tools with make -f install.mk

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