var go.etcd.io/bbolt.ErrBucketNotFound

2 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L225: 		return ErrBucketNotFound
		errors.go#L50: 	ErrBucketNotFound = errors.New("bucket not found")