mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 17:37:12 +08:00
Progress
This commit is contained in:
parent
b6ae4f4c11
commit
749fb2a7e2
3 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ This page is a summary of the mistakes in the [100 Go Mistakes and How to Avoid
|
||||||
You're viewing a beta version enriched with significantly more content. However, this version is not yet complete, and I'm looking for volunteers to help me summarize the remaining mistakes ([GitHub issue #43](https://github.com/teivah/100-go-mistakes/issues/43)).
|
You're viewing a beta version enriched with significantly more content. However, this version is not yet complete, and I'm looking for volunteers to help me summarize the remaining mistakes ([GitHub issue #43](https://github.com/teivah/100-go-mistakes/issues/43)).
|
||||||
|
|
||||||
Progress:
|
Progress:
|
||||||
<progress value="70" max="100"/>
|
<progress value="80" max="100"/>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3294,7 +3294,7 @@
|
||||||
<summary>Beta</summary>
|
<summary>Beta</summary>
|
||||||
<p>You're viewing a beta version enriched with significantly more content. However, this version is not yet complete, and I'm looking for volunteers to help me summarize the remaining mistakes (<a href="https://github.com/teivah/100-go-mistakes/issues/43">GitHub issue #43</a>).</p>
|
<p>You're viewing a beta version enriched with significantly more content. However, this version is not yet complete, and I'm looking for volunteers to help me summarize the remaining mistakes (<a href="https://github.com/teivah/100-go-mistakes/issues/43">GitHub issue #43</a>).</p>
|
||||||
<p>Progress:
|
<p>Progress:
|
||||||
<progress value="70" max="100"/></p>
|
<progress value="80" max="100"/></p>
|
||||||
</details>
|
</details>
|
||||||
<p><a class="glightbox" href="img/inside-cover.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="img/inside-cover.png" /></a></p>
|
<p><a class="glightbox" href="img/inside-cover.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="" src="img/inside-cover.png" /></a></p>
|
||||||
<h2 id="code-and-project-organization">Code and Project Organization</h2>
|
<h2 id="code-and-project-organization">Code and Project Organization</h2>
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue