packed: switch gogo/proto → google

This commit is contained in:
Laurence Withers 2026-06-06 11:00:04 +01:00
commit 351d279a22
5 changed files with 345 additions and 1111 deletions

View file

@ -1,6 +1,7 @@
syntax = "proto3";
package packed;
package lwithers.htpack.packed;
option go_package = "src.lwithers.me.uk/htpack/packed";
// Header at start of file. This must be a fixed, known size. Fields cannot
// be zero.
@ -54,6 +55,6 @@ message FileData {
// the pack.
fixed64 offset = 1;
// Length is the
// Length of the (possibly compressed) file data, in bytes.
fixed64 length = 2;
}