mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Override
This commit is contained in:
parent
03145afc55
commit
42b0d9a3b8
5 changed files with 28 additions and 2 deletions
|
|
@ -39,6 +39,10 @@
|
|||
|
||||
[Post](https://www.sobyte.net/post/2023-05/summarized-from-100-go-mistakes/)
|
||||
|
||||
### Book review: 100 Go Mistakes and How to Avoid Them
|
||||
|
||||
[Post](https://schfkt.dev/blog/book-10-go-mistakes/)
|
||||
|
||||
## Chinese
|
||||
|
||||
### 深度阅读之《100 Go Mistakes and How to Avoid Them
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@
|
|||
{% block announce %}
|
||||
📢 A new section is now fully available: <a href="https://100go.co/92-false-sharing/">#92: Writing concurrent code that leads to false sharing</a>.
|
||||
{% endblock %}
|
||||
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8100371022376416" crossorigin="anonymous"></script>
|
||||
20
site/external/index.html
vendored
20
site/external/index.html
vendored
|
|
@ -625,6 +625,15 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#book-review-100-go-mistakes-and-how-to-avoid-them_1" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Book review: 100 Go Mistakes and How to Avoid Them
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -1140,6 +1149,15 @@
|
|||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#book-review-100-go-mistakes-and-how-to-avoid-them_1" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
Book review: 100 Go Mistakes and How to Avoid Them
|
||||
</span>
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
@ -1293,6 +1311,8 @@
|
|||
<p><a href="https://raygervais.dev/articles/2023/04/100_mistakes_in_go/">Post</a></p>
|
||||
<h3 id="what-can-be-summarized-from-100-go-mistakes">What can be summarized from 100 Go Mistakes?</h3>
|
||||
<p><a href="https://www.sobyte.net/post/2023-05/summarized-from-100-go-mistakes/">Post</a></p>
|
||||
<h3 id="book-review-100-go-mistakes-and-how-to-avoid-them_1">Book review: 100 Go Mistakes and How to Avoid Them</h3>
|
||||
<p><a href="https://schfkt.dev/blog/book-10-go-mistakes/">Post</a></p>
|
||||
<h2 id="chinese">Chinese</h2>
|
||||
<h3 id="100-go-mistakes-and-how-to-avoid-them">深度阅读之《100 Go Mistakes and How to Avoid Them</h3>
|
||||
<p><a href="https://qcrao.com/post/100-go-mistakes-reading-notes/">Post</a></p>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue