go.etcd.io/bbolt.DB.Begin (method)
4 uses
go.etcd.io/bbolt (current package)
db.go#L291: tx, err := db.Begin(true)
db.go#L540: func (db *DB) Begin(writable bool) (*Tx, error) {
db.go#L678: t, err := db.Begin(true)
db.go#L709: t, err := db.Begin(false)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)