GO: more the GO links together

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-10-27 16:55:32 +00:00
parent cb7974807e
commit 0b9e4de471
1 changed files with 3 additions and 2 deletions

View File

@ -77,7 +77,6 @@ console.log("Your screen resolution = " +
<h4>git</h4>
git clone git@git.wit.org:jcarr/check.jcarr.wit.com.git<br/>
<a href="http://localhost:6060/pkg/#thirdparty">localhost godoc</a><br/>
<h3>uptime</h3>
yes:<br/>
@ -134,7 +133,9 @@ apt install motion <br/>
<a href="http://check.lab.wit.com:1202/Icicle-Bubbles/app/">Icicle-Bubbles demo</a><br/>
<a href="http://check.lab.wit.com:1202/cabbibo-Text">Text demo</a><br/>
<h2>GO benchmarks</h2>
<h2>GO</h2>
<a href="https://golang.org/ref/spec">The Go Programming Language Specification</a><br/>
<a href="http://localhost:6060/pkg/#thirdparty">localhost godoc</a><br/>
<a href="https://github.com/golang/go/wiki/Benchmarks">Standard GO benchmarks</a><br/>
<a href="https://godoc.org/golang.org/x/benchmarks">GO benchmark docs</a><br/>