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") ``` <img width="586" height="42" alt="Image" src="https://github.com/user-attachments/assets/55b79692-9346-4bb6-91a5-16c2515e6e9e" /> <img width="860" height="105" alt="Image" src="https://github.com/user-attachments/assets/39d30b55-fc1e-40bb-859a-349ee0311abe" /> <img width="1413" height="464" alt="Image" src="https://github.com/user-attachments/assets/086e7a4c-21b4-4189-b328-4a50c056825e" /> @fatih