1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-24 13:14:42 -05:00
sub2sing-box/test/country_test.go

12 lines
149 B
Go
Raw Normal View History

2024-03-22 04:10:15 -04:00
package model
import (
"log"
"sub2sing-box/model"
"testing"
)
func TestCountry(t *testing.T) {
log.Println(model.GetContryName("US 节点"))
}