bbolt/reader.go

6 lines
48 B
Go

package bolt
type reader struct {
txnid int
}