Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 765 Bytes

File metadata and controls

61 lines (38 loc) · 765 Bytes

DEVELOPMENT

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

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

DEV ENVIRONMENT

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

Lint

mage lint

Test

mage test

Clean Workspace

mage clean