*: rename "cmd/bbolt"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head
Gyuho Lee 2018-08-28 08:17:28 -07:00
parent 77a57326e3
commit 75d4714c2c
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@
*.test
*.swp
/bin/
cmd/bolt/bolt

View File

@ -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