Browse Source

fix missing package

master
Nicolas Massé 5 years ago
parent
commit
cec52e651d
  1. 3
      .gitignore
  2. 1
      toolbox/mock/keep.go

3
.gitignore

@ -6,7 +6,7 @@
# Test binary, build with `go test -c` # Test binary, build with `go test -c`
*.test *.test
mock/ toolbox/mock/logger.go
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
@ -20,4 +20,3 @@ vendor/*
bin/* bin/*
**/debug **/debug
**/.coverprofile **/.coverprofile
mock/

1
toolbox/mock/keep.go

@ -0,0 +1 @@
package mock
Loading…
Cancel
Save