From 79fb0cf3fb85df6b1110cb2cbcfc7e806071e214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me>
Date: Mon, 11 May 2020 10:26:16 +0200
Subject: [PATCH] Add /ulocollect

---
 README.md         | 2 ++
 ulocollect/go.mod | 3 +++
 2 files changed, 5 insertions(+)
 create mode 100644 ulocollect/go.mod

diff --git a/README.md b/README.md
index d474d86..2ac718e 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ Directories
 
 * `/ulo`: Playing around w/ the results of the ULO paper [1, 2]
 
+* `/ulocollecto`: Implementation of ULO `Collector` components.
+
 References
 ==========
 
diff --git a/ulocollect/go.mod b/ulocollect/go.mod
new file mode 100644
index 0000000..58a3793
--- /dev/null
+++ b/ulocollect/go.mod
@@ -0,0 +1,3 @@
+module gl.kwarc.info/supervision/schaertl_andreas/uoimport
+
+go 1.13
-- 
GitLab