1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-14 21:23:31 +00:00

ResetColor function

This commit is contained in:
JessonChan 2019-03-08 12:18:45 +08:00
parent 915eec7943
commit 121fab61f1

View File

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