summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-23 13:47:06 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-23 13:47:06 -0400
commitf3a84599a7034c2e746b952cd4bc9aa5967e4083 (patch)
tree5d40e0ed9484a471aaadfbc046ae924c19789c01 /go.mod
parent9eab2215c7bb8dbe017987078497fa6c7d8943c3 (diff)
Refactoring Project
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100755
index 0000000..9c9af7e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/JacobMcDonnell/qdma
+
+go 1.22.2