diff options
Diffstat (limited to 'vendor/github.com/vmihailenco/msgpack/v5/README.md')
| -rw-r--r-- | vendor/github.com/vmihailenco/msgpack/v5/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/vendor/github.com/vmihailenco/msgpack/v5/README.md b/vendor/github.com/vmihailenco/msgpack/v5/README.md index 99497fb97..66ad98b9c 100644 --- a/vendor/github.com/vmihailenco/msgpack/v5/README.md +++ b/vendor/github.com/vmihailenco/msgpack/v5/README.md @@ -13,6 +13,11 @@ - [Reference](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5) - [Examples](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#pkg-examples) +Other projects you may like: + +- [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite. +- [BunRouter](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go. + ## Features - Primitives, arrays, maps, structs, time.Time and interface{}. @@ -79,7 +84,3 @@ func ExampleMarshal() { // Output: bar } ``` - -## See also - -- [Fast and flexible ORM for sql.DB](https://bun.uptrace.dev) |
