about summary refs log tree commit diff
path: root/tools/govanity
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-12 09:03:17 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-12 11:40:57 -0700
commit5e17207e418dc19c3b4502ee43f38d008b827586 (patch)
tree0515c6523ee0e15e1509f040e6f2102f55b59304 /tools/govanity
parentAdd a new target to the Makefile. (diff)
downloadworld-5e17207e418dc19c3b4502ee43f38d008b827586.tar.gz
build: convert to go module
Diffstat (limited to 'tools/govanity')
-rw-r--r--tools/govanity/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/govanity/go.mod b/tools/govanity/go.mod
new file mode 100644
index 0000000..9d1ea60
--- /dev/null
+++ b/tools/govanity/go.mod
@@ -0,0 +1,3 @@
+module golang.fcuny.net/vanity
+
+go 1.16