shithub: furgit

ref: 1556cfb51d980ae8c5bf664ad69f3abd46f02386
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
}