From 2b27536980956f07d2ac94b763eca4b2262fecd4 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sat, 11 Jan 2020 13:31:43 +0100 Subject: 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. --- users/fcuny/exp/monkey/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 users/fcuny/exp/monkey/go.mod (limited to 'users/fcuny/exp/monkey/go.mod') 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 -- cgit 1.4.1