From f0897cb90f73188d3b0717266b2a2798adb33a02 Mon Sep 17 00:00:00 2001 From: Michael J Mulligan Date: Fri, 26 Mar 2021 15:26:57 +0000 Subject: [PATCH] Go.Mod stub Must be over 1.14 to trigger automatic vendoring for potential linter usage. Should not impact building for JESSIE (testing). --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..00f6b357 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/Z-Bolt/OctoScreen + +go 1.14