Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Carr ec05d7054c Merge branch 'master' of git.wit.org:jcarr/check.jcarr.wit.com
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-27 16:57:30 +00:00
Jeff Carr 0b9e4de471 GO: more the GO links together
Signed-off-by: Jeff Carr <jcarr@wit.com>
2021-10-27 16:55:32 +00:00
1 changed files with 4 additions and 2 deletions

View File

@ -77,7 +77,7 @@ console.log("Your screen resolution = " +
<h4>git</h4> <h4>git</h4>
git clone git@git.wit.org:jcarr/check.jcarr.wit.com.git<br/> git clone git@git.wit.org:jcarr/check.jcarr.wit.com.git<br/>
<a href="http://localhost:6060/pkg/#thirdparty">localhost godoc</a><br/>
<a href="http://127.0.0.1:8384/">Syncthing Status</a><br/> <a href="http://127.0.0.1:8384/">Syncthing Status</a><br/>
<h3>uptime</h3> <h3>uptime</h3>
@ -135,7 +135,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/Icicle-Bubbles/app/">Icicle-Bubbles demo</a><br/>
<a href="http://check.lab.wit.com:1202/cabbibo-Text">Text 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://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/> <a href="https://godoc.org/golang.org/x/benchmarks">GO benchmark docs</a><br/>