Tag
Go
Go is a systems language widely used for backend services, CLIs, language servers, and cloud tooling, with a focus on simple syntax, concurrency, and reliable deployment. This tag also covers LSP work, observability, and agent SDKs that matter in production.
10 articles

Golangci-lint’s FAQ turns CI noise into a policy
A practical read of golangci-lint’s FAQ, plus a copy-ready CI policy for Go version drift, typecheck pain, and new-code-only linting.

GORM query helpers turn SQL into guardrails
I break down GORM advanced queries and give you a copy-ready pattern for selective reads, locks, subqueries, and upserts.

Go 1.27 rc1 and 1.26.4 ship security fixes
Google released Go 1.27 rc1 plus Go 1.26.4 and 1.25.11, with telemetry, SSH fixes, and multiple CVE patches.

Go turns team chaos into boring builds
I break down how Go’s process-first design turns concurrency, builds, and testing into something you can actually ship with.

Wazero turns Go Wasm into plain Go
A practical breakdown of why wazero is the cleanest Go WebAssembly runtime, plus a copy-ready starter template.

Chocolatey’s Go package turns installs into policy
I break down Chocolatey’s Go package page and show how to turn it into a repeatable internal install flow.

Go support policy turns releases into a checklist
I turn Go’s release support table into a practical upgrade checklist you can copy.

5 Go-to-Rust reasons for 2026 teams
5 reasons Go teams should consider Rust in 2026, with benchmark data, migration paths, and cases where Go still wins.

Goの設計思想と進化を読み解く
Google発のGoは、静的型付けと並行処理を軸に、C系言語の弱点を埋めるために生まれた。

Build language servers in Go without the boilerplate
A Go library for LSP 3.17 aims to make editor support easier, with auto-registered handlers and real-world Makefile and GoReleaser demos.