about summary refs log tree commit diff
path: root/users/fcuny/exp
diff options
context:
space:
mode:
authorfranck cuny <franck@fcuny.net>2020-01-11 13:31:43 +0100
committerfranck cuny <franck@fcuny.net>2020-01-11 13:31:43 +0100
commit2b27536980956f07d2ac94b763eca4b2262fecd4 (patch)
tree2e6e80fdff92090755db8bb5364bef487bac2861 /users/fcuny/exp
parentAdd README.md, LICENSE.txt (diff)
downloadworld-2b27536980956f07d2ac94b763eca4b2262fecd4.tar.gz
go.mod: create the module 'monkey'
The project is named monkey, we add a mod file to ensure that the
tooling / dependencies are set up correctly when we import various
modules in this project.
Diffstat (limited to 'users/fcuny/exp')
-rw-r--r--users/fcuny/exp/monkey/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/fcuny/exp/monkey/go.mod b/users/fcuny/exp/monkey/go.mod
new file mode 100644
index 0000000..34c713d
--- /dev/null
+++ b/users/fcuny/exp/monkey/go.mod
@@ -0,0 +1,3 @@
+module monkey
+
+go 1.12