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