aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-12 22:58:32 -0700
committerFuwn <[email protected]>2024-09-12 22:58:32 -0700
commit5dc8b0208efce6990c7dd0bf7fe3f044d11c65de (patch)
treea69e6155ce6408447394c6b186498f8e98609e18
parentRemoved unused code (diff)
downloadschemer2-master.tar.xz
schemer2-master.zip
chore(deps): add go.modHEADmaster
-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..c3af964
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/Fuwn/schemer2
+
+go 1.22.5