mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
Comments
This commit is contained in:
parent
e4cf35ee75
commit
3715452359
5 changed files with 278 additions and 204 deletions
453
site/index.html
453
site/index.html
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
|
@ -5,6 +5,21 @@
|
|||
<lastmod>2023-09-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/20-slice/</loc>
|
||||
<lastmod>2023-09-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/28-maps-memory-leaks/</loc>
|
||||
<lastmod>2023-09-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/89-benchmarks/</loc>
|
||||
<lastmod>2023-09-27</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://100go.co/9-generics/</loc>
|
||||
<lastmod>2023-09-27</lastmod>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,15 +1,3 @@
|
|||
.md-typeset figure img {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.md-tabs__link {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.md-tabs__link:hover {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.md-tabs__link:focus {
|
||||
color: blue;
|
||||
}
|
||||
Loading…
Reference in a new issue