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