duanke6057 2018-03-18 19:55
浏览 110
已采纳

如何使用godoc为文件夹中的所有软件包生成HTML文档

godoc -html generates documents for only one package. However, I want to ship the project with all documents for all packages, just like when I run godoc -http. With that, I could find all packages and navigate through them from the browser.

Is it possible to generate HTML pages for all packages linked together through godoc -html?

  • 写回答

1条回答 默认 最新

  • dongrendang6566 2018-08-09 13:00
    关注

    You have two questions here:

    Is it possible to generate HTML pages for all packages linked together through godoc -html?

    No. Because it is not implemented into godoc (https://godoc.org/golang.org/x/tools/cmd/godoc).

    The other question:

    How can I generate HTML documents for all packages inside a folder using godoc

    I think the simplest way is to start godoc with the http flag: godoc -http=:6060

    Then you navigate to the folder you want to get the docs. For that url you can use a webcrawler for getting the html documentation. There are already some crawler in Go (https://godoc.org/?q=crawler), if you don't want to write a crawler by your own.

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

报告相同问题?

悬赏问题

  • ¥15 拟通过pc下指令到安卓系统,如果追求响应速度,尽可能无延迟,是不是用安卓模拟器会优于实体的安卓手机?如果是,可以快多少毫秒?
  • ¥20 神经网络Sequential name=sequential, built=False
  • ¥16 Qphython 用xlrd读取excel报错
  • ¥15 单片机学习顺序问题!!
  • ¥15 ikuai客户端多拨vpn,重启总是有个别重拨不上
  • ¥20 关于#anlogic#sdram#的问题,如何解决?(关键词-performance)
  • ¥15 相敏解调 matlab
  • ¥15 求lingo代码和思路
  • ¥15 公交车和无人机协同运输
  • ¥15 stm32代码移植没反应