Optimizing scripts

pull/2100/head
skiffer-git 2 years ago
parent 4fd2e0e540
commit 735dd7af78

@ -91,11 +91,9 @@ func getGitVersion() string {
func main() {
// red := color.New(color.FgRed).SprintFunc()
green := color.New(color.FgGreen).SprintFunc()
// green := color.New(color.FgGreen).SprintFunc()
blue := color.New(color.FgBlue).SprintFunc()
yellow := color.New(color.FgYellow).SprintFunc()
fmt.Println(yellow("# Diagnostic Tool Result"))
// yellow := color.New(color.FgYellow).SprintFunc()
fmt.Println(blue("## Go Version"))
fmt.Println(getGoVersion())
fmt.Println(blue("## Branch Type"))

Loading…
Cancel
Save