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