commit 791e4f54cca5852bdb0d3c732f9fed077c9a0b3f Author: kiki Date: Thu Apr 11 21:00:29 2024 +0200 init diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..654c20f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.bits.studio/public/dttt + +go 1.22.1