ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /object/store/packed/internal/doc.go/
// Package internal encapsulates packed store implementation details. // // We have separate internal subpackages for ingest vs read and such, // because these operations are so different that they almost share // no code. This makes things clearer. package internal