shithub: furgit

ref: 85f1212724e037e6934203f04a3f6231ac609503
dir: /objectstore/packed/location.go/

View raw version
package packed

// location identifies one object entry in a specific pack file.
type location struct {
	packName string
	offset   uint64
}