Skip to content

Commit 052ed67

Browse files
committed
chore: update links
1 parent 2a3ff4b commit 052ed67

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
[![Chat](https://discordapp.com/api/guilds/752070105847955518/widget.png)](https://discord.gg/rWtp5Aj)
77

88
> 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!
1112
1213
## Resources
1314

@@ -16,11 +17,6 @@
1617
- [Reference](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5)
1718
- [Examples](https://pkg.go.dev/github.com/vmihailenco/msgpack/v5#pkg-examples)
1819

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-
2420
## Features
2521

2622
- Primitives, arrays, maps, structs, time.Time and interface{}.
@@ -87,3 +83,18 @@ func ExampleMarshal() {
8783
// Output: bar
8884
}
8985
```
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

Comments
 (0)