mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:00:55 +00:00
ResetColor function
This commit is contained in:
parent
915eec7943
commit
121fab61f1
@ -205,6 +205,7 @@ func ColorByMethod(method string) string {
|
||||
return reset
|
||||
}
|
||||
|
||||
// ResetColor return reset color
|
||||
func ResetColor() string {
|
||||
return reset
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user