From be1ad1c114b77b654bd3e79fdb18b5d5cf93ddd1 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 8 Oct 2021 12:08:22 +0200 Subject: add chunkSize parameter to cli --- exp/.gitignore | 1 + exp/go.mod | 1 + 2 files changed, 2 insertions(+) create mode 100644 exp/go.mod (limited to 'exp') 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 -- cgit v1.2.3