mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:43:38 +08:00
Optimizing scripts
This commit is contained in:
parent
65ba534946
commit
4fd2e0e540
@ -95,8 +95,7 @@ func main() {
|
|||||||
blue := color.New(color.FgBlue).SprintFunc()
|
blue := color.New(color.FgBlue).SprintFunc()
|
||||||
yellow := color.New(color.FgYellow).SprintFunc()
|
yellow := color.New(color.FgYellow).SprintFunc()
|
||||||
|
|
||||||
fmt.Println(green(printTime()))
|
fmt.Println(yellow("# Diagnostic Tool Result"))
|
||||||
fmt.Println(yellow("# Diagnostic Tool Result\n"))
|
|
||||||
fmt.Println(blue("## Go Version"))
|
fmt.Println(blue("## Go Version"))
|
||||||
fmt.Println(getGoVersion())
|
fmt.Println(getGoVersion())
|
||||||
fmt.Println(blue("## Branch Type"))
|
fmt.Println(blue("## Branch Type"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user