mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +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)).
|
||||
|
||||
Progress:
|
||||
<progress value="70" max="100"/>
|
||||
<progress value="80" max="100"/>
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -3294,7 +3294,7 @@
|
|||
<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>Progress:
|
||||
<progress value="70" max="100"/></p>
|
||||
<progress value="80" max="100"/></p>
|
||||
</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>
|
||||
<h2 id="code-and-project-organization">Code and Project Organization</h2>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue