ref: 1734207266752b9464f42c31f7728a7e3c692c50 dir: /objectstore/packed/location.go/
package packed // location identifies one object entry in a specific pack file. type location struct { packName string offset uint64 }