Skip to content

Commit

Permalink
update stars
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Oct 5, 2024
1 parent f8884db commit e0a662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
- [9seconds/mtg](https://github.com/9seconds/mtg) – Highly opinionated MTPROTO proxy for Telegram
- [AdguardTeam/gomitmproxy](https://github.com/AdguardTeam/gomitmproxy) – Simple golang mitm proxy implementation
- [AlexanderGrom/go-patterns](https://github.com/AlexanderGrom/go-patterns) – Design patterns in Golang
- [Antonboom/errname](https://github.com/Antonboom/errname) – The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error`.
- [Antonboom/errname](https://github.com/Antonboom/errname) – The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.
- [Antonboom/nilnil](https://github.com/Antonboom/nilnil) – The Golang linter that checks that there is no simultaneous return of `nil` error and an invalid value.
- [BooleanCat/option](https://github.com/BooleanCat/option) – Support user-friendly, type-safe optionals in Go.
- [BurntSushi/toml](https://github.com/BurntSushi/toml) – TOML parser for Golang with reflection.
Expand Down

0 comments on commit e0a662b

Please sign in to comment.