From cf28775ddc00fc93c0103796ee19ffb1b8146366 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 12 Oct 2018 13:27:18 -0400 Subject: [PATCH] Add go.mod to support Go modules --- go.mod | 1 + 1 file changed, 1 insertion(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bf9022b --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module github.com/vayam/gofigure