mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
CTA.
This commit is contained in:
parent
ab425833b5
commit
c13d0b4807
5 changed files with 25 additions and 17 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 77 KiB |
|
|
@ -8,9 +8,9 @@ status: new
|
|||
|
||||
???+ tip "The Coder Cafe"
|
||||
|
||||
If you enjoyed my book, you may be interested in my latest project: [The Coder Cafe](https://thecoder.cafe?rd=100go.co), a newsletter for coders.
|
||||
Enjoyed my book? You will enjoy my newsletter too.
|
||||
|
||||
> Feeling overwhelmed by the endless stream of tech content? At The Coder Cafe, we serve timeless concepts with your coffee. Written by a Google SWE and published author, we help you grow as an engineer, one coffee at a time.
|
||||
> AI is getting better every day. Are you? At The Coder Cafe, we serve fundamental concepts to make you an engineer that AI won't replace. Written by a Google SWE, trusted by thousands of engineers worldwide.
|
||||
|
||||
<center><a href="https://thecoder.cafe?rd=100go.co"><img src="../img/thecodercafe.png" alt="" style="width:480px;height:240px;"></a></center>
|
||||
|
||||
|
|
@ -2432,6 +2432,14 @@ Read the full section [here](98-profiling-execution-tracing.md).
|
|||
|
||||
This mistake isn't relevant anymore from Go 1.25 ([details](https://go.dev/blog/container-aware-gomaxprocs)).
|
||||
|
||||
???+ tip "The Coder Cafe"
|
||||
|
||||
Enjoyed my book? You will enjoy my newsletter too.
|
||||
|
||||
> AI is getting better every day. Are you? At The Coder Cafe, we serve fundamental concepts to make you an engineer that AI won't replace. Written by a Google SWE, trusted by thousands of engineers worldwide.
|
||||
|
||||
<center><a href="https://thecoder.cafe?rd=100go.co"><img src="../img/thecodercafe.png" alt="" style="width:480px;height:240px;"></a></center>
|
||||
|
||||
## Community
|
||||
|
||||
Thanks to all the contributors:
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 77 KiB |
|
|
@ -2,62 +2,62 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://100go.co/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/20-slice/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/28-maps-memory-leaks/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/5-interface-pollution/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/56-concurrency-faster/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/89-benchmarks/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/9-generics/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/92-false-sharing/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/98-profiling-execution-tracing/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/book/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/chapter-1/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/external/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/ja/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/pt-br/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/zh/</loc>
|
||||
<lastmod>2025-09-24</lastmod>
|
||||
<lastmod>2026-04-21</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
Loading…
Reference in a new issue