Skip to content

Commit

Permalink
logger: add logger to bbolt
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Elbehery <[email protected]>
  • Loading branch information
Elbehery committed Nov 27, 2023
1 parent 5ce15f0 commit 9e8668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package bbolt

// See https://github.com/etcd-io/raft/blob/main/logger.go
import (
"fmt"
"io"
"log"
"os"
"sync"
)

type Logger interface {
Expand Down

0 comments on commit 9e8668e

Please sign in to comment.