summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-12-31 14:52:04 -0700
committerJordan <me@jordan.im>2022-12-31 14:52:04 -0700
commit7c1d3208374e36f2d3c3a16c10ab59adc98b46ba (patch)
tree6125eabbf1c3ee8c89b31267c1ade93b2c3bd820 /go.mod
downloadwhoami-7c1d3208374e36f2d3c3a16c10ab59adc98b46ba.tar.gz
whoami-7c1d3208374e36f2d3c3a16c10ab59adc98b46ba.zip
initial commit
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..89caab4
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module whoami
+
+go 1.19