Tagged articles

go fix

6 articles · Page 1 of 1
Golang Shines
Golang Shines
Jul 4, 2026 · Backend Development

Quick Reference Guide to Common Go Commands

This article provides a concise cheat‑sheet of the most frequently used Go commands—go build, go install, go get, go doc, godoc, go test, go list, and go fix—explaining each command’s purpose, typical usage, and key flags, with visual examples.

gogo buildgo doc
0 likes · 2 min read
Quick Reference Guide to Common Go Commands
Golang Shines
Golang Shines
Mar 23, 2026 · Backend Development

Modernize Your Go Code with the New go fix in Go 1.26

Go 1.26 revamps the go fix tool from a simple deprecated‑API patcher into an intelligent automated refactoring engine that can modernize error handling, I/O operations and pointer creation, dramatically reducing manual effort while improving performance and type safety.

CI/CDautomated refactoringcode modernization
0 likes · 12 min read
Modernize Your Go Code with the New go fix in Go 1.26
TonyBai
TonyBai
Feb 19, 2026 · Backend Development

Go 1.26’s go fix: Transforming Code Modernization with Powerful Static Analysis

Go 1.26 revamps the go fix command into a modernizer‑driven static‑analysis tool that automatically upgrades legacy Go code to the latest idioms, offering preview diffs, selective analyzers, cross‑platform fixes, and an iterative, conflict‑aware rewrite process.

Static Analysiscode modernizationgo fix
0 likes · 18 min read
Go 1.26’s go fix: Transforming Code Modernization with Powerful Static Analysis
TonyBai
TonyBai
Feb 14, 2026 · Backend Development

What’s New in Go 1.26? From the Long‑Awaited new(expr) to Faster GC and Smarter Toolchain

Go 1.26 introduces a suite of engineering‑focused enhancements—including the native new(expr) pointer initializer, relaxed generic self‑reference constraints, the Green Tea garbage collector with 10‑40% lower CPU overhead, a 30% Cgo speed‑up, stack‑allocated slice backing stores, a modernized go fix engine, version‑aware go mod init, and several standard‑library upgrades such as testing.ArtifactDir, slog.MultiHandler, and errors.AsType—making the release a practical win for developers and ecosystem stability.

Cgo performanceGo 1.26Green Tea GC
0 likes · 17 min read
What’s New in Go 1.26? From the Long‑Awaited new(expr) to Faster GC and Smarter Toolchain