ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f dir: /object/store/packed/internal/reading/location.go/
package reading // location identifies one object entry in a specific pack file. type location struct { packName string offset uint64 }