mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2026-05-19 14:37:32 +00:00
整理代码
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
"log"
|
||||
"sub2sing-box/model"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCountry(t *testing.T) {
|
||||
log.Println(model.GetContryName("US 节点"))
|
||||
}
|
||||
Reference in New Issue
Block a user