|
6 | 6 | [](https://discord.gg/rWtp5Aj) |
7 | 7 |
|
8 | 8 | > msgpack is brought to you by :star: [**uptrace/uptrace**](https://github.com/uptrace/uptrace). |
9 | | -> Uptrace is an open source and blazingly fast [distributed tracing tool](https://get.uptrace.dev/) |
10 | | -> powered by OpenTelemetry and ClickHouse. Give it a star as well! |
| 9 | +> Uptrace is an open source and blazingly fast |
| 10 | +> [distributed tracing tool](https://get.uptrace.dev/compare/distributed-tracing-tools.html) powered |
| 11 | +> by OpenTelemetry and ClickHouse. Give it a star as well! |
11 | 12 |
|
12 | 13 | ## Resources |
13 | 14 |
|
|
16 | 17 | - [Reference](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5) |
17 | 18 | - [Examples](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#pkg-examples) |
18 | 19 |
|
19 | | -Other projects you may like: |
20 | | - |
21 | | -- [Bun](https://bun.uptrace.dev) - fast and simple SQL client for PostgreSQL, MySQL, and SQLite. |
22 | | -- [BunRouter](https://bunrouter.uptrace.dev/) - fast and flexible HTTP router for Go. |
23 | | - |
24 | 20 | ## Features |
25 | 21 |
|
26 | 22 | - Primitives, arrays, maps, structs, time.Time and interface{}. |
@@ -87,3 +83,18 @@ func ExampleMarshal() { |
87 | 83 | // Output: bar |
88 | 84 | } |
89 | 85 | ``` |
| 86 | + |
| 87 | +## Contributors |
| 88 | + |
| 89 | +Thanks to all the people who already contributed! |
| 90 | + |
| 91 | +<a href="https://github.com/vmihailenco/msgpack/graphs/contributors"> |
| 92 | + <img src="https://contributors-img.web.app/image?repo=vmihailenco/msgpack" /> |
| 93 | +</a> |
| 94 | + |
| 95 | +## See also |
| 96 | + |
| 97 | +- [Golang ORM](https://github.com/uptrace/bun) for PostgreSQL, MySQL, MSSQL, and SQLite |
| 98 | +- [Golang PostgreSQL](https://bun.uptrace.dev/postgres/) |
| 99 | +- [Golang HTTP router](https://github.com/uptrace/bunrouter) |
| 100 | +- [Golang ClickHouse ORM](https://github.com/uptrace/go-clickhouse) |
0 commit comments