Go by Example — Italian translation Official Italian translation of Go by Example — Mark McGranaghan’s hands-on introduction to Go through annotated example programs. What it is A static site generator (Go itself) that extracts code and comments from source files and renders them as side-by-side annotated examples. The Italian fork keeps the upstream toolchain in sync and translates every example, header, and explanation. Live at gobyexampleit.andrearaponi.it. Why it matters Go by Example is the most-cited “first-day” learning resource for Go after the Tour. Bringing it to Italian makes it accessible to learners who prefer to learn in their native language — and contributes back to the broader translation initiative alongside Chinese, French, Japanese, Korean, Russian, Portuguese, Ukrainian, and Burmese versions. Stack Go for the build toolchain (extracts code/comments, runs examples, renders templates) Pygments for syntax highlighting CI/CD workflows for build verification on every PR CC BY 3.0 license, same as upstream