Example name fixed.

This commit is contained in:
Alexander Zhuravlev 2019-04-08 14:55:04 +03:00
parent 8ea8fbb39f
commit 24f5420d67

View File

@ -4,7 +4,7 @@ import (
"fmt"
)
func ExampleDaData_GeoIP() {
func ExampleClient_GeoIP() {
daData := NewClient()
geoIPResponse, err := daData.GeoIP("83.220.54.223")