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

整理代码

This commit is contained in:
2024-03-22 16:10:15 +08:00
committed by Nite07
parent f545848ce1
commit a7ceb4ecb0
16 changed files with 428 additions and 442 deletions
+11
View File
@@ -0,0 +1,11 @@
package model
import (
"log"
"sub2sing-box/model"
"testing"
)
func TestCountry(t *testing.T) {
log.Println(model.GetContryName("US 节点"))
}