Rebuild to have updated index.html in public/

This commit is contained in:
Eli Bendersky 2022-05-24 20:22:13 -07:00
parent 52fd882fcf
commit 36464854b9

4
public/index.html generated
View File

@ -9,11 +9,11 @@
<div id="intro"> <div id="intro">
<h2><a href="./">Go by Example</a></h2> <h2><a href="./">Go by Example</a></h2>
<p> <p>
<a href="http://golang.org">Go</a> is an <a href="http://go.dev">Go</a> is an
open source programming language designed for open source programming language designed for
building simple, fast, and reliable software. building simple, fast, and reliable software.
Please read the official Please read the official
<a href="https://golang.org/doc/tutorial/getting-started">documentation</a> <a href="https://go.dev/doc/tutorial/getting-started">documentation</a>
to learn a bit about Go code, tools packages, to learn a bit about Go code, tools packages,
and modules. and modules.
</p> </p>