packagesignedcommitimportobjectid"lindenii.org/go/furgit/object/id"// Commit represents the payload and signatures parsed from a raw comit object.typeCommitstruct{body[]bytepayload[]byteRangesignaturesmap[objectid.Algorithm][]byteRange}typebyteRangestruct{startintendint}