Skip to content

Commit

Permalink
Update cmd/bbolt/command_buckets.go
Browse files Browse the repository at this point in the history
removed comments

Co-authored-by: Benjamin Wang <[email protected]>
  • Loading branch information
tommyshem and ahrtr authored Nov 18, 2024
1 parent 89bd2cc commit 77a783e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/bbolt/command_buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import (
bolt "go.etcd.io/bbolt"
)

// newBucketsCommand creates a new command that prints a list of buckets in the given Bolt database.
//
// The path to a Bolt database must be specified as an argument.
func newBucketsCommand() *cobra.Command {
var bucketsCmd = &cobra.Command{
Use: "buckets <path>",
Expand Down

0 comments on commit 77a783e

Please sign in to comment.