Code Wrench
Code Wrench
Feb 16, 2026 · Backend Development

Add a Festive New Year Animation to Your Terminal with an 18‑Line Go CLI

This article shows how to clone, build, and run a tiny Go CLI that adds Chinese New Year animations—fireworks, red‑packet rain, and customizable greetings—to any terminal, explains the three main features, and reveals the clean 18‑line main.go architecture.

Terminalanimationgo-1.21
0 likes · 8 min read
Add a Festive New Year Animation to Your Terminal with an 18‑Line Go CLI
21CTO
21CTO
Aug 10, 2023 · Backend Development

What’s New in Go 1.21? Key Features, Performance Boosts, and Code Samples

Go 1.21.0 introduces toolchain enhancements, new built‑in functions, expanded standard library packages, performance improvements through PGO and garbage‑collector tuning, experimental WASI support, and version‑number changes, all illustrated with concise code examples for developers.

GoStandard Librarygo-1.21
0 likes · 7 min read
What’s New in Go 1.21? Key Features, Performance Boosts, and Code Samples