mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
refactor: remove unused code
This commit is contained in:
parent
fdac2853af
commit
477ddb6241
1 changed files with 0 additions and 8 deletions
|
@ -23,11 +23,3 @@ const (
|
|||
func StripANSI(s string) string {
|
||||
return ansiRegexp.ReplaceAllString(s, "")
|
||||
}
|
||||
|
||||
var ToHTMLClass = map[string]string{
|
||||
"[91": "log-red",
|
||||
"[92": "log-green",
|
||||
"[93": "log-yellow",
|
||||
"[96": "log-cyan",
|
||||
"[97": "log-white",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue