bbolt/reader.go
2014-01-11 22:51:01 -07:00

6 lines
48 B
Go

package bolt
type reader struct {
txnid int
}