diff --git a/.gitignore b/.gitignore index c2a8cfa..c7bd2b7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ *.test *.swp /bin/ -cmd/bolt/bolt diff --git a/Makefile b/Makefile index 5326953..61ab8f0 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,6 @@ errcheck: test: go test -timeout 20m -v -coverprofile cover.out -covermode atomic # Note: gets "program not an importable package" in out of path builds - go test -v ./cmd/bolt + go test -v ./cmd/bbolt .PHONY: race fmt errcheck test gosimple unused