mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-24 11:34:42 -05:00
12 lines
149 B
Go
12 lines
149 B
Go
|
package model
|
||
|
|
||
|
import (
|
||
|
"log"
|
||
|
"sub2sing-box/model"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestCountry(t *testing.T) {
|
||
|
log.Println(model.GetContryName("US 节点"))
|
||
|
}
|