mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-25 19:54:06 +03:00
Remove unnecessary file
This commit is contained in:
parent
2084a81297
commit
0035475214
2 changed files with 2 additions and 11 deletions
10
util/html.go
10
util/html.go
|
@ -1,10 +0,0 @@
|
|||
package util
|
||||
|
||||
import (
|
||||
"html"
|
||||
)
|
||||
|
||||
func EscapeHtmlCode(s string) string {
|
||||
encodedString := html.EscapeString(s)
|
||||
return encodedString
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue