@ -11,11 +11,11 @@ import (
func main() {
http.HandleFunc("/", IPHandle)
log.Println("server start!")
http.ListenAndServe(":8080", nil)
}
func IPHandle(w http.ResponseWriter, req *http.Request) {
address := req.FormValue("address")
var ipInfo ip2region.IpInfo
if address != "" {