diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-12 09:03:17 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-12 11:40:57 -0700 |
commit | 5e17207e418dc19c3b4502ee43f38d008b827586 (patch) | |
tree | 0515c6523ee0e15e1509f040e6f2102f55b59304 /tools | |
parent | Add a new target to the Makefile. (diff) | |
download | world-5e17207e418dc19c3b4502ee43f38d008b827586.tar.gz |
build: convert to go module
Diffstat (limited to 'tools')
-rw-r--r-- | tools/govanity/go.mod | 3 |
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 |