aboutsummaryrefslogtreecommitdiff
path: root/exp
diff options
context:
space:
mode:
Diffstat (limited to 'exp')
-rw-r--r--exp/.gitignore1
-rw-r--r--exp/go.mod1
2 files changed, 2 insertions, 0 deletions
diff --git a/exp/.gitignore b/exp/.gitignore
index 8267a55..093b79b 100644
--- a/exp/.gitignore
+++ b/exp/.gitignore
@@ -1,5 +1,6 @@
*
!.gitignore
!exp.sh
+!go.mod
!Makefile
!README.md
diff --git a/exp/go.mod b/exp/go.mod
new file mode 100644
index 0000000..f4162d5
--- /dev/null
+++ b/exp/go.mod
@@ -0,0 +1 @@
+// empty go mod to make go cli skip this directory