Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed anchor link gRPC Microservices in Go #147

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [2022 - Practical Go Lessons *Free*](#2022---practical-go-lessons-free)
- [2022 - Pro Go](#2022---pro-go)
- [2022 - Go for DevOps](#2022---go-for-devops)
- [2022 - gRPC Microservices in Go](#2022---grpc-microservices-in-go)
- [2023 - gRPC Microservices in Go](#2023---grpc-microservices-in-go)
- [2023 - Learn Go With Tests *Free*](#2023---learn-go-with-tests-free)
- [2023 - Go 101 *Free*](#2023---go-101-free)
- [2023 - Persian - Go Programming Language *Free*](#2023---persian---go-programming-language-free)
Expand Down Expand Up @@ -206,7 +206,7 @@ Go 101 is a book focusing on Go syntax/semantics and all kinds of runtime relate
<img src="https://book.gofarsi.ir/gofarsi-book-cover.jpg" width="120px"/>

The first Persian open source book about golang deep dive.
In this book, we discuss all deep topics related to the Go language,
In this book, we discuss all deep topics related to the Go language,
from the basics to the advanced, with the aim of increasing the Gopher community in Iran.


Expand Down
Loading