GO: more links to good GO sites

This commit is contained in:
Jeff Carr 2021-10-27 20:14:30 +00:00
parent c06b507693
commit 13e4e1daba
1 changed files with 7 additions and 1 deletions

View File

@ -131,12 +131,18 @@ apt install motion <br/>
<h2>Browser benchmarks</h2>
<a href="https://github.com/avelino/awesome-go">Awesome GO</a><br/>
<a href="http://check.lab.wit.com:1202/polygon-shredder">Polygon 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/>
<h2>GO</h2>
<a href="https://github.com/avelino/awesome-go">Awesome GO</a><br/>
<a href="https://github.com/golang-standards/project-layout">Standard Go Project Layout</a><br/>
<a href="https://github.com/go-kit/kit">GO Kit</a><br/>
<a href="https://github.com/tmrts/go-patterns">GO Design Patterns</a><br/>
<a href="https://github.com/ardanlabs/gotraining">GO Training</a><br/>
<a href="https://dev.to/ankit01oss/7-github-projects-to-make-you-a-better-go-developer-2nmh"><7 GitHub projects to make you a better Go Developer/a><br/>
<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/>