color
color copied to clipboard
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!
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")