mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-16 04:10:38 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
package upstreams
|
|
|
|
import "testing"
|
|
|
|
func TestUpstreamsCheck(t *testing.T) {
|
|
UpstreamsCheck()
|
|
}
|