Skip to content

Commit

Permalink
Add nested buckets.
Browse files Browse the repository at this point in the history
This commit adds the ability to create buckets inside of other buckets.
It also replaces the buckets page with a root bucket.

Fixes boltdb#56.
  • Loading branch information
benbjohnson committed Apr 10, 2014
1 parent feb84e3 commit c280a7e
Show file tree
Hide file tree
Showing 26 changed files with 1,596 additions and 1,359 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cloc:
@cloc --not-match-f='Makefile|_test.go' .

cover: fmt
go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) .
go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) $(COVERFLAG) .
go tool cover -html=$(COVERPROFILE)
rm $(COVERPROFILE)

Expand Down
Loading

0 comments on commit c280a7e

Please sign in to comment.