A collection of Go projects and experiments documenting what I learn as I learn Go.
server/- A simple Go web server project with static pages and a form example.
I use this workspace to build small Go applications and keep track of new ideas, patterns, and techniques.
Open one of the project folders, read the source code, and run the project with go run from that folder.
cli-tool/- Command-line utilities and tools.api/- REST API server examples.data/- Data processing and file handling examples.concurrency/- Go concurrency and goroutine patterns.