git-lfs/git/odb/pack/index_entry.go
2017-07-15 13:15:05 -06:00

9 lines
216 B
Go

package pack
// IndexEntry specifies data encoded into an entry in the pack index.
type IndexEntry struct {
// PackOffset is the number of bytes before the associated object in a
// packfile.
PackOffset uint64
}