/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sethvargo.com
| | lukesingham.com
2.6 parsecs away

Travel
| | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour
| | dolthub.com
2.4 parsecs away

Travel
| | Go 1.21RC2 is out and there's a bunch of small, but helpful new features and changes that are worth learning
| | www.alexedwards.net
3.4 parsecs away

Travel
| | [AI summary] The article demonstrates various Go web application techniques including HTTP response handling, templating, and file serving with examples and code snippets.
| | ukiahsmith.com
28.4 parsecs away

Travel
| Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative.