From 020563605add894ce2082ed168ae484a0aac4cd0 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Sat, 12 Oct 2019 11:54:23 +0400 Subject: [PATCH] chore: Add go mod support --- 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..ea73c55 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/ChronosX88/OpenKeep-Server + +go 1.13