matterbridge/vendor/github.com/philippgille/gokv/encoding/docs.go
Yousef Mansy c0f5d0c5f7 Add persistent message map
Resolves #541
2023-03-01 01:39:23 -08:00

8 lines
309 B
Go

/*
Package encoding is a wrapper for the core functionality of packages like "encoding/json" and "encoding/gob".
It contains the Codec interface and multiple implementations for encoding Go values to other formats and decode from other formats to Go values.
Formats can be JSON, gob etc.
*/
package encoding