1 2 3 4 5 6 7
package packed // location identifies one object entry in a specific pack file. type location struct { packName string offset uint64 }