shithub: furgit

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