bbolt/bpage.go

6 lines
51 B
Go

package bolt
type bpage struct {
keys [][]byte
}