mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-05 07:17:01 +08:00
8 lines
112 B
Go
8 lines
112 B
Go
package upstreams
|
|
|
|
import "testing"
|
|
|
|
func TestUpstreamsCheck(t *testing.T) {
|
|
UpstreamsCheck("148.100.85.25")
|
|
}
|