aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2022-12-21 14:00:48 +0100
committerFlorian Fischer <florian.fischer@muhq.space>2022-12-21 14:00:48 +0100
commit11655f0bca532f8421c3f9042d74182aa5b0f36b (patch)
treeb20093a4632be6687a1109fe759ef817ded1f4b0 /go.mod
parente6d217d3ff06cd1a0f0698430117e6478153a67c (diff)
downloadgoffel-11655f0bca532f8421c3f9042d74182aa5b0f36b.tar.gz
goffel-11655f0bca532f8421c3f9042d74182aa5b0f36b.zip
migrate to go moduleHEADv0.0.0-alphamaster
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..eb33c69
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module muhq.space/go/muhq/goffel
+
+go 1.19