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