#81577·Go

测试: `go test -v` 自 Go 1.27 起在 t.Log 输出中重复了 ESC (0x1b),从而在某些终端中破坏 ANSI 颜色

作者: AndrewDeryabin创建于 2026年9月17日更新于 2026年9月17日

With Go 1.27.1, every ESC in the `t.Log` line is doubled, while the `fmt.Println` line is intact: