mirror of
https://github.com/bestnite/sub2sing-box.git
synced 2025-07-04 17:32:34 +08:00
整理代码
This commit is contained in:
11
test/country_test.go
Normal file
11
test/country_test.go
Normal file
@ -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