Go Development Architecture Practice
Mar 21, 2024 · Backend Development
Hidden Go Tricks: Numeric Literals, Slice Expressions, Test Caching, and JSON Escape Control
This article reveals lesser‑known Go language details, covering numeric literal formats, slice expression variations, test result caching with go test, and how to disable HTML escaping during JSON serialization, complete with code examples and output.
go test cachejson escapehtmlnumeric literals
0 likes · 9 min read
