aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-02-10 16:18:26 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-02-10 16:18:26 +0100
commit08beb029a7524897be103e29f3a82e11255a4615 (patch)
tree61842670f677fb9c220804c3c5a056faa37d49e8
parent42e06ebf3dbca624217492a7325ea90dbaef53fa (diff)
downloadbbc-on-ice-08beb029a7524897be103e29f3a82e11255a4615.tar.gz
bbc-on-ice-08beb029a7524897be103e29f3a82e11255a4615.tar.xz
bbc-on-ice-08beb029a7524897be103e29f3a82e11255a4615.zip
Convert to Go modules
-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..87c5a7e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module janouch.name/bbc-on-ice
+
+go 1.22.0