packed: switch gogo/proto → google
This commit is contained in:
parent
203138bc05
commit
351d279a22
5 changed files with 345 additions and 1111 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue