mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 11:42:23 +08:00
9 lines
121 B
Go
9 lines
121 B
Go
package upstreams
|
|
|
|
import "testing"
|
|
|
|
func TestUpstreamsCheck(t *testing.T) {
|
|
IPV4 = "148.100.85.25"
|
|
UpstreamsCheck()
|
|
}
|