Merging desc

This commit is contained in:
Teiva Harsanyi 2023-09-12 09:10:37 +02:00
parent 375464b433
commit 5f7163c9f4
32 changed files with 201 additions and 53 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,15 +1,19 @@
# 📖 Book Presentation
Source code and community space of 📖 _100 Go Mistakes and How to Avoid Them_, published by Manning in August 2022.
Source code and community space of _100 Go Mistakes and How to Avoid Them_, published by Manning in 2022.
![](cover.png)
## Book Description
If you're a Go developer looking to improve your skills, this book is for you. With a focus on practical examples, _100 Go Mistakes and How to Avoid Them_ covers a wide range of topics from concurrency and error handling to testing and code organization. You'll learn to write more idiomatic, efficient, and maintainable code and become a proficient Go developer.
![](cover.png)
### Quotes
> This is an exceptional book. Usually, if a book contains either high-quality explanations or is written succinctly, I consider myself lucky to have found it. This one combines these two characteristics, which is super rare. It's another Go book for me and I still had quite a lot of "a-ha!" moments while reading it, and all of that without the unnecessary fluff, just straight to the point.
- Krystian (Goodreads user)
> This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch.
_Neeraj Shah_
@ -20,15 +24,13 @@ If you're a Go developer looking to improve your skills, this book is for you. W
### Where to Buy?
_100 Go Mistakes and How to Avoid Them_ (🇬🇧 edition: paper, digital, or audiobook):
* _100 Go Mistakes and How to Avoid Them_ (🇬🇧 edition: paper, digital, or audiobook)
* [Manning](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
* [OReilly](https://www.oreilly.com/library/view/100-go-mistakes/9781617299599/)
* Amazon: [.com](https://www.amazon.com/dp/1617299596), [.co.uk](https://www.amazon.co.uk/dp/B0BBSNJR6B), [.de](https://www.amazon.de/dp/B0BBHQD8BQ), [.fr](https://www.amazon.fr/100-Mistakes-How-Avoid-Them/dp/1617299596), [.in](https://www.amazon.in/dp/B0BBHQD8BQ), [.co.jp](https://www.amazon.co.jp/dp/B0BBHQD8BQ), [.es](https://www.amazon.es/dp/B0BBHQD8BQ), [.it](https://www.amazon.it/dp/B0BBHQD8BQ), [.com.br](https://www.amazon.com.br/dp/B0BBHQD8BQ)
* [Manning](https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them)
* [OReilly](https://www.oreilly.com/library/view/100-go-mistakes/9781617299599/)
* Amazon: [.com](https://www.amazon.com/dp/1617299596), [.co.uk](https://www.amazon.co.uk/dp/B0BBSNJR6B), [.de](https://www.amazon.de/dp/B0BBHQD8BQ), [.fr](https://www.amazon.fr/100-Mistakes-How-Avoid-Them/dp/1617299596), [.in](https://www.amazon.in/dp/B0BBHQD8BQ), [.co.jp](https://www.amazon.co.jp/dp/B0BBHQD8BQ), [.es](https://www.amazon.es/dp/B0BBHQD8BQ), [.it](https://www.amazon.it/dp/B0BBHQD8BQ), [.com.br](https://www.amazon.com.br/dp/B0BBHQD8BQ)
_Go言語100Tips 開発者にありがちな間違いへの対処法_ (🇯🇵 edition):
* Amazon: [.co.jp](https://www.amazon.co.jp/exec/obidos/ASIN/4295017531/)
* _Go言語100Tips 開発者にありがちな間違いへの対処法_ (🇯🇵 edition)
* Amazon: [.co.jp](https://www.amazon.co.jp/exec/obidos/ASIN/4295017531/)
## About the Author

View file

@ -1,4 +1,5 @@
site_name: 100 Go Mistakes
site_url: https://100go.co
theme:
name: material
custom_dir: overrides
@ -11,7 +12,7 @@ theme:
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: green
primary: cyan
# Palette toggle for dark mode
- scheme: slate
toggle:
@ -21,6 +22,7 @@ theme:
repo_url: https://github.com/teivah/100-go-mistakes
plugins:
- search
- social
extra:
alternate:
- name: English

View file

@ -57,7 +57,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo">
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo">
@ -112,7 +112,7 @@
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
@ -354,11 +354,11 @@
<li class="md-nav__item">
<a href="/chinese/presentation/" class="md-nav__link">
<a href="/chinese/" class="md-nav__link">
<span class="md-ellipsis">
Presentation
Index
</span>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -8,22 +8,24 @@
<link rel="canonical" href="https://100go.co/chinese/">
<link rel="prev" href="../../mistakes/">
<link rel="prev" href="../mistakes/">
<link rel="icon" href="../../Go-Logo_Fuchsia.svg">
<link rel="icon" href="../Go-Logo_Fuchsia.svg">
<meta name="generator" content="mkdocs-1.5.2, mkdocs-material-9.3.1">
<title>100 Go Mistakes</title>
<link rel="stylesheet" href="../../assets/stylesheets/main.046329b4.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.046329b4.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.85d0ee34.min.css">
<link rel="stylesheet" href="../assets/stylesheets/palette.85d0ee34.min.css">
@ -42,12 +44,38 @@
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
<meta property="og:type" content="website" >
<meta property="og:title" content="Index - 100 Go Mistakes" >
<meta property="og:description" content="None" >
<meta property="og:image" content="https://100go.co/assets/images/social/chinese/index.png" >
<meta property="og:image:type" content="image/png" >
<meta property="og:image:width" content="1200" >
<meta property="og:image:height" content="630" >
<meta property="og:url" content="https://100go.co/chinese/" >
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="Index - 100 Go Mistakes" >
<meta name="twitter:description" content="None" >
<meta name="twitter:image" content="https://100go.co/assets/images/social/chinese/index.png" >
</head>
@ -59,7 +87,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo">
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo">
@ -82,9 +110,9 @@
<header class="md-header md-header--shadow" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../.." title="100 Go Mistakes" class="md-header__button md-logo" aria-label="100 Go Mistakes" data-md-component="logo">
<a href=".." title="100 Go Mistakes" class="md-header__button md-logo" aria-label="100 Go Mistakes" data-md-component="logo">
<img src="../../Go-Logo_Fuchsia.svg" alt="logo">
<img src="../Go-Logo_Fuchsia.svg" alt="logo">
</a>
<label class="md-header__button md-icon" for="__drawer">
@ -101,7 +129,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Presentation
Index
</span>
</div>
@ -114,7 +142,7 @@
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
@ -237,9 +265,9 @@
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../.." title="100 Go Mistakes" class="md-nav__button md-logo" aria-label="100 Go Mistakes" data-md-component="logo">
<a href=".." title="100 Go Mistakes" class="md-nav__button md-logo" aria-label="100 Go Mistakes" data-md-component="logo">
<img src="../../Go-Logo_Fuchsia.svg" alt="logo">
<img src="../Go-Logo_Fuchsia.svg" alt="logo">
</a>
100 Go Mistakes
@ -265,7 +293,7 @@
<li class="md-nav__item">
<a href="../.." class="md-nav__link">
<a href=".." class="md-nav__link">
<span class="md-ellipsis">
@ -284,7 +312,7 @@
<li class="md-nav__item">
<a href="../../jobs/" class="md-nav__link">
<a href="../jobs/" class="md-nav__link">
<span class="md-ellipsis">
@ -303,7 +331,7 @@
<li class="md-nav__item">
<a href="../../mistakes/" class="md-nav__link">
<a href="../mistakes/" class="md-nav__link">
<span class="md-ellipsis">
@ -369,7 +397,7 @@
<span class="md-ellipsis">
Presentation
Index
</span>
@ -421,7 +449,7 @@
<h1>Presentation</h1>
<h1>Index</h1>
<p>TODO</p>
@ -471,10 +499,10 @@
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.dfff1995.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "..", "features": [], "search": "../assets/javascripts/workers/search.dfff1995.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
<script src="../../assets/javascripts/bundle.dff1b7c8.min.js"></script>
<script src="../assets/javascripts/bundle.dff1b7c8.min.js"></script>
</body>

View file

@ -8,6 +8,8 @@
<link rel="canonical" href="https://100go.co/">
<link rel="next" href="jobs/">
@ -48,6 +50,32 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="📖 Book Presentation" >
<meta property="og:description" content="None" >
<meta property="og:image" content="https://100go.co/assets/images/social/index.png" >
<meta property="og:image:type" content="image/png" >
<meta property="og:image:width" content="1200" >
<meta property="og:image:height" content="630" >
<meta property="og:url" content="https://100go.co/" >
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="📖 Book Presentation" >
<meta name="twitter:description" content="None" >
<meta name="twitter:image" content="https://100go.co/assets/images/social/index.png" >
</head>
@ -59,7 +87,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo">
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo">
@ -119,7 +147,7 @@
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
@ -476,11 +504,11 @@
<li class="md-nav__item">
<a href="chinese/presentation/" class="md-nav__link">
<a href="chinese/" class="md-nav__link">
<span class="md-ellipsis">
Presentation
Index
</span>
@ -617,12 +645,18 @@
<h1 id="book-presentation">📖 Book Presentation</h1>
<p>Source code and community space of 📖 <em>100 Go Mistakes and How to Avoid Them</em>, published by Manning in August 2022.</p>
<p>Source code and community space of <em>100 Go Mistakes and How to Avoid Them</em>, published by Manning in 2022.</p>
<p><img alt="" src="cover.png" /></p>
<h2 id="book-description">Book Description</h2>
<p>If you're a Go developer looking to improve your skills, this book is for you. With a focus on practical examples, <em>100 Go Mistakes and How to Avoid Them</em> covers a wide range of topics from concurrency and error handling to testing and code organization. You'll learn to write more idiomatic, efficient, and maintainable code and become a proficient Go developer.</p>
<p><img alt="" src="cover.png" /></p>
<h3 id="quotes">Quotes</h3>
<blockquote>
<p>This is an exceptional book. Usually, if a book contains either high-quality explanations or is written succinctly, I consider myself lucky to have found it. This one combines these two characteristics, which is super rare. It's another Go book for me and I still had quite a lot of "a-ha!" moments while reading it, and all of that without the unnecessary fluff, just straight to the point.</p>
</blockquote>
<ul>
<li>Krystian (Goodreads user)</li>
</ul>
<blockquote>
<p>This should be the required reading for all Golang developers before they touch code in Production... It's the Golang equivalent of the legendary 'Effective Java' by Joshua Bloch.</p>
</blockquote>
<p> <em>Neeraj Shah</em></p>
@ -631,16 +665,22 @@
</blockquote>
<p> <em>Anupam Sengupta</em></p>
<h3 id="where-to-buy">Where to Buy?</h3>
<p><em>100 Go Mistakes and How to Avoid Them</em> (🇬🇧 edition: paper, digital, or audiobook):</p>
<ul>
<li>
<p><em>100 Go Mistakes and How to Avoid Them</em> (🇬🇧 edition: paper, digital, or audiobook)</p>
<ul>
<li><a href="https://www.manning.com/books/100-go-mistakes-and-how-to-avoid-them">Manning</a></li>
<li><a href="https://www.oreilly.com/library/view/100-go-mistakes/9781617299599/">OReilly</a></li>
<li>Amazon: <a href="https://www.amazon.com/dp/1617299596">.com</a>, <a href="https://www.amazon.co.uk/dp/B0BBSNJR6B">.co.uk</a>, <a href="https://www.amazon.de/dp/B0BBHQD8BQ">.de</a>, <a href="https://www.amazon.fr/100-Mistakes-How-Avoid-Them/dp/1617299596">.fr</a>, <a href="https://www.amazon.in/dp/B0BBHQD8BQ">.in</a>, <a href="https://www.amazon.co.jp/dp/B0BBHQD8BQ">.co.jp</a>, <a href="https://www.amazon.es/dp/B0BBHQD8BQ">.es</a>, <a href="https://www.amazon.it/dp/B0BBHQD8BQ">.it</a>, <a href="https://www.amazon.com.br/dp/B0BBHQD8BQ">.com.br</a></li>
</ul>
<p><em>Go言語100Tips 開発者にありがちな間違いへの対処法</em> (🇯🇵 edition):</p>
</li>
<li>
<p><em>Go言語100Tips 開発者にありがちな間違いへの対処法</em> (🇯🇵 edition)</p>
<ul>
<li>Amazon: <a href="https://www.amazon.co.jp/exec/obidos/ASIN/4295017531/">.co.jp</a></li>
</ul>
</li>
</ul>
<h2 id="about-the-author">About the Author</h2>
<p>Teiva Harsanyi is a senior software engineer at Google. He has worked in various domains, including insurance, transportation, and safety-critical industries like air traffic management. He is passionate about Go and how to design and implement reliable systems.</p>
<h2 id="external-resources">External Resources</h2>

View file

@ -8,6 +8,8 @@
<link rel="canonical" href="https://100go.co/jobs/">
<link rel="prev" href="..">
@ -50,6 +52,32 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="❤️ Go Jobs - 100 Go Mistakes" >
<meta property="og:description" content="None" >
<meta property="og:image" content="https://100go.co/assets/images/social/jobs.png" >
<meta property="og:image:type" content="image/png" >
<meta property="og:image:width" content="1200" >
<meta property="og:image:height" content="630" >
<meta property="og:url" content="https://100go.co/jobs/" >
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="❤️ Go Jobs - 100 Go Mistakes" >
<meta name="twitter:description" content="None" >
<meta name="twitter:image" content="https://100go.co/assets/images/social/jobs.png" >
</head>
@ -61,7 +89,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo">
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo">
@ -121,7 +149,7 @@
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
@ -373,11 +401,11 @@
<li class="md-nav__item">
<a href="../chinese/presentation/" class="md-nav__link">
<a href="../chinese/" class="md-nav__link">
<span class="md-ellipsis">
Presentation
Index
</span>

View file

@ -8,11 +8,13 @@
<link rel="canonical" href="https://100go.co/mistakes/">
<link rel="prev" href="../jobs/">
<link rel="next" href="../chinese/presentation/">
<link rel="next" href="../chinese/">
<link rel="icon" href="../Go-Logo_Fuchsia.svg">
@ -50,6 +52,32 @@
<meta property="og:type" content="website" >
<meta property="og:title" content="💡 Go Mistakes - 100 Go Mistakes" >
<meta property="og:description" content="None" >
<meta property="og:image" content="https://100go.co/assets/images/social/mistakes.png" >
<meta property="og:image:type" content="image/png" >
<meta property="og:image:width" content="1200" >
<meta property="og:image:height" content="630" >
<meta property="og:url" content="https://100go.co/mistakes/" >
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:title" content="💡 Go Mistakes - 100 Go Mistakes" >
<meta name="twitter:description" content="None" >
<meta name="twitter:image" content="https://100go.co/assets/images/social/mistakes.png" >
</head>
@ -61,7 +89,7 @@
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo">
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo">
@ -121,7 +149,7 @@
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="green" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<input class="md-option" data-md-color-media="" data-md-color-scheme="default" data-md-color-primary="cyan" data-md-color-accent="indigo" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_2" hidden>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69Z"/></svg>
@ -1273,11 +1301,11 @@
<li class="md-nav__item">
<a href="../chinese/presentation/" class="md-nav__link">
<a href="../chinese/" class="md-nav__link">
<span class="md-ellipsis">
Presentation
Index
</span>

File diff suppressed because one or more lines are too long

View file

@ -1,3 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://100go.co/</loc>
<lastmod>2023-09-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://100go.co/jobs/</loc>
<lastmod>2023-09-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://100go.co/mistakes/</loc>
<lastmod>2023-09-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://100go.co/chinese/</loc>
<lastmod>2023-09-12</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.