From 126b5bf4d176cdc01dc7b29f790d87ed4785fb0c Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 17 Mar 2020 12:32:02 +0100 Subject: [PATCH] initialize go mod --- 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 0000000..e1da6b2 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module code.bcarlin.xyz/go/conf + +go 1.14