ResetColor function

This commit is contained in:
JessonChan 2019-03-08 12:18:45 +08:00
parent 915eec7943
commit 121fab61f1
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ func ColorByMethod(method string) string {
return reset
}
// ResetColor return reset color
func ResetColor() string {
return reset
}