mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +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())
 | 
						|
}
 |