github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+incompatible/git/odb/pack/index_entry.go (about) 1 package pack 2 3 // IndexEntry specifies data encoded into an entry in the pack index. 4 type IndexEntry struct { 5 // PackOffset is the number of bytes before the associated object in a 6 // packfile. 7 PackOffset uint64 8 }