Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 15:31:31 +08:00
parent 65ba534946
commit 4fd2e0e540

View File

@ -95,8 +95,7 @@ func main() {
blue := color.New(color.FgBlue).SprintFunc()
yellow := color.New(color.FgYellow).SprintFunc()
fmt.Println(green(printTime()))
fmt.Println(yellow("# Diagnostic Tool Result\n"))
fmt.Println(yellow("# Diagnostic Tool Result"))
fmt.Println(blue("## Go Version"))
fmt.Println(getGoVersion())
fmt.Println(blue("## Branch Type"))