shithub: furgit

ref: 2a5c12f0152240f54d01653b70b7605103393afd
dir: /object/storer/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
}