Skip to content

Commit

Permalink
Adjust the index page intro text slightly
Browse files Browse the repository at this point in the history
* Fix grammar
* Reword language goals to align with Go team's comms
* Mention "latest major release" assumption

Fixes #532
  • Loading branch information
eliben committed May 24, 2024
1 parent d774175 commit 942f181
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
14 changes: 9 additions & 5 deletions public/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
<p>
<a href="https://go.dev">Go</a> is an
open source programming language designed for
building simple, fast, and reliable software.
Please read the official
<a href="https://go.dev/doc/tutorial/getting-started">documentation</a>
to learn a bit about Go code, tools packages,
and modules.
building scalable, secure and reliable software.
Please read the
<a href="https://go.dev/doc/tutorial/getting-started">official documentation</a>
to learn more.
</p>

<p>
Expand All @@ -25,6 +24,11 @@
browse the full list below.
</p>

<p>
Unless stated otherwise, examples here assume the
<a href="https://go.dev/doc/devel/release">latest major release Go</a>.
</p>

<ul>
{{range .}}
<li><a href="{{.ID}}">{{.Name}}</a></li>
Expand Down

0 comments on commit 942f181

Please sign in to comment.