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