mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Bump mkdocs version.
This commit is contained in:
parent
a6c4ae916d
commit
838e1950d3
6 changed files with 20 additions and 23 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
Source code and community space of 📖 _100 Go Mistakes and How to Avoid Them_, published by Manning in August 2022.
|
||||
|
||||
Read online: [100go.co](https://100go.co).
|
||||
Read online: [100go.co](https://100go.co).
|
||||
|
|
|
|||
4
docs/img/circle.svg
Normal file
4
docs/img/circle.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
|
||||
<desc>Congratulations! Email me at contact@the*****.cafe with the title "f63dee1e".</desc>
|
||||
<circle cx="100" cy="100" r="50" fill="blue" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 215 B |
0
site/img/circle.svg
Normal file
0
site/img/circle.svg
Normal file
|
|
@ -2,77 +2,77 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://100go.co/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/20-slice/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/28-maps-memory-leaks/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/5-interface-pollution/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/56-concurrency-faster/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/89-benchmarks/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/9-generics/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/92-false-sharing/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/98-profiling-execution-tracing/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/book/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/chapter-1/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/external/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/ja/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/pt-br/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/zh/</loc>
|
||||
<lastmod>2024-10-09</lastmod>
|
||||
<lastmod>2024-10-13</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
|
|
@ -6,10 +6,3 @@
|
|||
.md-typeset details {
|
||||
font-size: 15px
|
||||
}
|
||||
|
||||
.md-announce {
|
||||
background-color: #f0f8ff; /* Light blue background */
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
color: #333;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue