Files
mayfly-go/server/pkg/utils/netx/netx_test.go

11 lines
104 B
Go
Raw Normal View History

2024-05-21 04:06:13 +00:00
package netx
import (
"fmt"
"testing"
)
func TestIp(t *testing.T) {
fmt.Println(GetOutBoundIP())
}