1
0
mirror of https://github.com/nitezs/sub2sing-box.git synced 2024-12-23 22:24:42 -05:00
sub2sing-box/test/country_test.go
2024-04-17 22:51:29 +08:00

12 lines
149 B
Go

package model
import (
"log"
"sub2sing-box/model"
"testing"
)
func TestCountry(t *testing.T) {
log.Println(model.GetContryName("US 节点"))
}