shithub: furgit

ref: 9053c85456bd9b4457b588610eeef1b8dfff2b89
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
}