diff --git a/ip.go b/ip.go index ae3f68d..4864b06 100644 --- a/ip.go +++ b/ip.go @@ -39,12 +39,12 @@ func (i *ip) GetHostIP() string { return hostIP } -// GetRemoteIp 获取远端IP +// GetRemoteIP 获取远端IP // // Author : go_developer@163.com<白茶清欢> // // Date : 5:35 下午 2021/11/22 -func (i *ip) GetRemoteIp(req *http.Request) string { +func (i *ip) GetRemoteIP(req *http.Request) string { // Try via request remoteIP, _, err := net.SplitHostPort(req.RemoteAddr)