Shilyx / wanip

get wan ip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wanip

get wan ip

package main

import (
	"fmt"

	"github.com/shilyx/wanip"
)

func main() {
	fmt.Println(wanip.Get())
}

About

get wan ip

License:MIT License


Languages

Language:Go 100.0%