mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 16:01:22 +02:00
refactor: remove unused code
This commit is contained in:
@@ -23,11 +23,3 @@ const (
|
|||||||
func StripANSI(s string) string {
|
func StripANSI(s string) string {
|
||||||
return ansiRegexp.ReplaceAllString(s, "")
|
return ansiRegexp.ReplaceAllString(s, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
var ToHTMLClass = map[string]string{
|
|
||||||
"[91": "log-red",
|
|
||||||
"[92": "log-green",
|
|
||||||
"[93": "log-yellow",
|
|
||||||
"[96": "log-cyan",
|
|
||||||
"[97": "log-white",
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user