We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d304ef commit 0237186Copy full SHA for 0237186
README.md
@@ -16,7 +16,7 @@ boltdb-boilerplate is a simple & stupid boilerplate project wrapping around [bol
16
# Usage Demo
17
```go
18
// import
19
-import "github.com/bobintornado/boltdbboilerplate"
+import "github.com/bobintornado/boltdb-boilerplate"
20
21
// Init
22
buckets := []string{"ownerBucket", "sensors"}
0 commit comments