Skip to main content

11 docs tagged with "go"

View all tags

Does www Still Work?

www was never special — it's an ordinary hostname that happens to be famous. I found out none of my own sites answer to it, which turned a terminology question into a reason to build a scanner.

Examples

Comparisons of DS&A tasks across different languages"

Go Language Basics Quick Reference Guide

A practical Go (Golang) quick reference guide covering core language syntax, control flow, structs, slices, maps, pointers, interfaces, concurrency with goroutines and channels, generics, error handling, and performance concepts like pprof and escape analysis.

Go Proverbs

A reference list of the Go Proverbs with placeholders for commentary and practical interpretation for Go developers.

www Scanner: Design Notes

Open working notes for a Go scanner that classifies www support across a domain corpus — corpus sourcing, positional storage, trend methodology, and where the throughput is expected to give out.