feat: 三网路由路线检测支持IPV6路由检测,移动无实际使用的包至于back

This commit is contained in:
spiritsoul
2025-04-11 23:33:21 +08:00
parent e8f73ba4b8
commit a96c9b6c7d
10 changed files with 26 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
package commediatest
import (
"testing"
)
// 本包仅测试无实际使用
func TestMedia(t *testing.T) {
ComMediaTest("zh")
}