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