mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-05 00:40:24 +08:00
11 lines
104 B
Go
11 lines
104 B
Go
|
|
package netx
|
||
|
|
|
||
|
|
import (
|
||
|
|
"fmt"
|
||
|
|
"testing"
|
||
|
|
)
|
||
|
|
|
||
|
|
func TestIp(t *testing.T) {
|
||
|
|
fmt.Println(GetOutBoundIP())
|
||
|
|
}
|