mirror of
https://github.com/42wim/matterbridge.git
synced 2025-05-30 11:27:26 +02:00
5 lines
137 B
Go
5 lines
137 B
Go
/*
|
|
Package bbolt contains an implementation of the `gokv.Store` interface for bbolt (formerly known as Bolt / Bolt DB).
|
|
*/
|
|
package bbolt
|