bbolt/tnode.go

9 lines
85 B
Go

package bolt
type tnodes []tnode
type tnode struct {
key []byte
value []byte
}