Files
NTrace-core/util/latency_test.go
2023-06-01 14:08:32 +08:00

10 lines
113 B
Go

package util
import (
"testing"
)
func TestGetFastIP(t *testing.T) {
GetFastIP("api.leo.moe", "443", true)
}