ref: fb9eb058f1c9b7cb26f33bbe679a85f530566641 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 }