diff --git a/README.md b/README.md index d474d8621dbf4fb139abdfe63deecdc8542ee0dd..2ac718e8324f34cb97d3b60320f34fd934f69e92 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 0000000000000000000000000000000000000000..58a3793ec3b3ef721398bbf8630d4d3c7a0697fe --- /dev/null +++ b/ulocollect/go.mod @@ -0,0 +1,3 @@ +module gl.kwarc.info/supervision/schaertl_andreas/uoimport + +go 1.13