aboutsummaryrefslogtreecommitdiffstats
path: root/70-go/go.mod
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-12 03:30:18 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-12 03:30:18 +0000
commit8d890f85750fb9f1c49b4abd6f0b5d6760ee4da6 (patch)
treef6b0b92130f4d8d489a42abb8a6e7781931e9202 /70-go/go.mod
parent28 (diff)
downloadleetcode-8d890f85750fb9f1c49b4abd6f0b5d6760ee4da6.tar.gz
leetcode-8d890f85750fb9f1c49b4abd6f0b5d6760ee4da6.zip
70-go
Diffstat (limited to '')
-rw-r--r--70-go/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/70-go/go.mod b/70-go/go.mod
new file mode 100644
index 0000000..a3df715
--- /dev/null
+++ b/70-go/go.mod
@@ -0,0 +1,3 @@
+module 70
+
+go 1.19