1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-05-19 14:37:32 +00:00

🐛 Fix Error when template name contains "http"

This commit is contained in:
2024-05-09 14:12:55 +08:00
parent 3030ec5259
commit 9575fcf925
3 changed files with 7 additions and 13 deletions
-11
View File
@@ -1,11 +0,0 @@
package model
import (
"log"
"sub2sing-box/model"
"testing"
)
func TestCountry(t *testing.T) {
log.Println(model.GetContryName("US 节点"))
}