#263·color

When starting debugging with the F5 key in vscode, the output has no color. Output it with the following code and there will be no problem!

Author: yuwenlongCreated Aug 18, 2025Updated Aug 18, 2025

When starting debugging with the F5 key in vscode, the output has no color. Output it with the following code and there will be no problem!

fmt.Println("\033[5;32m", "Configuration loaded successfully ", "\033[0m")
ImageImageImage @fatih