From 75d4714c2c3460feb5e9bdab64e93b290687a1e2 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 28 Aug 2018 08:17:28 -0700 Subject: [PATCH] *: rename "cmd/bbolt" Signed-off-by: Gyuho Lee --- .gitignore | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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