From 489851a3a47da93610d234ba300e69cfeb8dc2d5 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 12 Jun 2022 10:43:05 -0700 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f468d..538337a 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ Shared `.gitlab-ci.yml` components for Golang. ## Features -* TBD +* 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. -- GitLab