aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-18 20:12:43 +0100
committerJulien Dessaux2021-03-19 11:27:21 +0100
commitbb78fe4cbac510b54d49f41efbdb35ffe7175299 (patch)
tree4c5ebba1ac3cae5b5e2b0755e2de1a0f3c00eb8d /go.mod
parentInitial import (diff)
downloadtrains-bb78fe4cbac510b54d49f41efbdb35ffe7175299.tar.gz
trains-bb78fe4cbac510b54d49f41efbdb35ffe7175299.tar.bz2
trains-bb78fe4cbac510b54d49f41efbdb35ffe7175299.zip
Added api module with departures feature
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..542b54e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.adyxax.org/adyxax/trains
+
+go 1.16