This commit is contained in:
colinlyguo
2024-03-22 03:45:59 +08:00
parent eb74b18354
commit b9168fe4b2

View File

@@ -12,7 +12,10 @@ import (
type CodecVersion int
const (
// CodecV0 represents the version 0 of the encoder and decoder.
CodecV0 CodecVersion = iota
// CodecV1 represents the version 1 of the encoder and decoder.
CodecV1
)