dqrdlqpo775594 2015-08-10 22:26
浏览 260
已采纳

如何使用go编程语言在给定ip地址的情况下在网络上查找主机名

Using go programming language, I'm able to find the IP address given the host name, but what I'm looking for is to find the host name given the ip address. I tried researching the "net" package, but no luck.

Is this something possible in golang? please advice.

  • 写回答

1条回答 默认 最新

  • douchi7073 2015-08-10 22:43
    关注

    LookupAddr should do what you are looking for:

    LookupAddr performs a reverse lookup for the given address, returning a list of names mapping to that address.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?