From cec52e651df7372ceb39c2e1854a5f0f3314f6a6 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 15 Jan 2021 15:24:21 +0100 Subject: [PATCH] fix missing package --- .gitignore | 3 +-- toolbox/mock/keep.go | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 toolbox/mock/keep.go diff --git a/.gitignore b/.gitignore index d565b7e..3a686ab 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ # Test binary, build with `go test -c` *.test -mock/ +toolbox/mock/logger.go # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -20,4 +20,3 @@ vendor/* bin/* **/debug **/.coverprofile -mock/ diff --git a/toolbox/mock/keep.go b/toolbox/mock/keep.go new file mode 100644 index 0000000..f33e02b --- /dev/null +++ b/toolbox/mock/keep.go @@ -0,0 +1 @@ +package mock