const Object = struct
const Object = struct { type: Type, data: []const u8, const Type = enum { commit, tree, blob, tag, }; }