Add Go Module Support (#18)

* feat: 🔧 add module support

* fix: 🔧 more go module stuff
This commit is contained in:
Nick Klauer
2020-03-06 04:43:53 -06:00
committed by GitHub
parent fae91cec30
commit f437e47039
3 changed files with 60 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ VERSION = $(shell printf "%s.%s" \
$$(git rev-parse --short HEAD) \
)
GO111MODULE = off
GO111MODULE = on
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)