aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-05-04 17:28:15 -0400
committerAlex Scerba <alex@scerba.org>2024-08-15 22:54:25 -0500
commitd9fc74778ef86b02f0a743821263db8873417294 (patch)
tree70fe8e895965b2307c62086da28f7944152b0903 /go.mod
parenta70bda379ed3fdd1fe421cfc2606d052f7577dfd (diff)
Add Go dev files.
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..19d5bbf
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module alexscerba.com
+
+go 1.22