# GitLab CI for Golang

Shared `.gitlab-ci.yml` components for Golang.

## Features

* Shared `Makefile` to for each step.
* Runs race detection, memory sanitizer, code coverage, and linting.
* Uses [`gox`](https://github.com/mitchellh/gox) to build for all supported 
  platforms.