Documentation
¶
Overview ¶
Package encoding contains extensions for the standard library's encoding package.
Directories
¶
Path | Synopsis |
---|---|
Package binary implements utility functions to encode and decode values to and from a byte slice.
|
Package binary implements utility functions to encode and decode values to and from a byte slice. |
Package media normalizes encoding and decoding by providing a registry of encoders and decoders for MIME types.
|
Package media normalizes encoding and decoding by providing a registry of encoders and decoders for MIME types. |
binary
Package binary registers a media.Encoder and Decoder for the go-goo/encoding/binary package.
|
Package binary registers a media.Encoder and Decoder for the go-goo/encoding/binary package. |
json
Package json registers a media.Encoder and Decoder for the "application/json" MIME type.
|
Package json registers a media.Encoder and Decoder for the "application/json" MIME type. |
proto
Package proto registers a media.Encoder and Decoder for the "application/protobuf" MIME type.
|
Package proto registers a media.Encoder and Decoder for the "application/protobuf" MIME type. |
text
Package text registers a media.Encoder and Decoder for the "text/plain" MIME type.
|
Package text registers a media.Encoder and Decoder for the "text/plain" MIME type. |
Click to show internal directories.
Click to hide internal directories.