aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-08-26 17:32:58 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-08-26 17:36:15 +0200
commitdd2a1c38a5a9f561d58b58da56d3230fd715fcde (patch)
treed4161e5f1c0e9718ef739745f6a9619c10701f8e /go.mod
downloadapkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.tar.gz
apkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.tar.bz2
apkdoc-dd2a1c38a5a9f561d58b58da56d3230fd715fcde.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..ccd8d07
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.sr.ht/~gabrielgio/apkdoc
+
+go 1.20