From 1fc6deeb91decbf3b5830abfa80da490c183cd64 Mon Sep 17 00:00:00 2001 From: Primo <aaalsaye@stud.ntnu.no> Date: Sat, 6 Nov 2021 09:10:46 +0100 Subject: [PATCH] Added submodule scheduler service for schedule processing --- .gitmodules | 3 +++ infcode-golang | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 infcode-golang diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fa28931 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "infcode-golang"] + path = infcode-golang + url = https://git.gvk.idi.ntnu.no/Nevar/infcode-golang.git diff --git a/infcode-golang b/infcode-golang new file mode 160000 index 0000000..55bb21e --- /dev/null +++ b/infcode-golang @@ -0,0 +1 @@ +Subproject commit 55bb21e55ec9abe3c64ce684d5418e773ab9200a -- GitLab