commit 593b4ac3ba475f96cf2fda45d67ca5be8e39a428 Author: Teodros Date: Sat Jun 1 08:31:06 2024 +1000 first commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5256326 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.gday.express/ted/geez + +go 1.22.2