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