Go

Notes

From “A tour of Go”

| module > package > functions

From LinkedIn Learning “Learning Go” tutorial

How to

Structure a project?

Write a minimal webserver?

Parse CLI flags/subcommands?

Use go:stringer, and when?

Use go:embed, and when?

Use slog?

Use templates?

Use templ?

Use HTMX?

Build a smaller binary?