mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-13 15:35:28 +03:00
Add clarification comment for binary codec var
This commit is contained in:
parent
f037a4b0d2
commit
b2067fbc8d
@ -16,7 +16,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// BinaryEncodingFormat specifies the default serialization format of binary data
|
// BinaryCodec sets the serialization format of binary data
|
||||||
BinaryCodec = CodecBase64
|
BinaryCodec = CodecBase64
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user