mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
10 lines
113 B
Go
10 lines
113 B
Go
package util
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGetFastIP(t *testing.T) {
|
|
GetFastIP("api.leo.moe", "443", true)
|
|
}
|