dongshan6870 2018-11-15 07:55
浏览 12
已采纳

使用带有一些注释/过滤器的godoc

We are using godoc to our lib and we saw all the public method in the doc as expected.

My questions are:

  1. If there is a way to remove from the doc public method without making them private? with some annotation maybe?

  2. If I provide package and in the package there is more then one file and I want to expose in the doc only fileA.go and not C.go, D.go, etc, is it possible?

  • 写回答

1条回答 默认 最新

  • dongzaliang4492 2018-11-15 08:11
    关注
    1. No

    2. No

    General rule in Go: No there are no flags, annotations, triggers, whatever. Especially not if not documented.

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

报告相同问题?

悬赏问题

  • ¥15 Marscode IDE 如何预览新建的 HTML 文件
  • ¥15 K8S部署二进制集群过程中calico一直报错
  • ¥15 java python或者任何一种编程语言复刻一个网页
  • ¥20 如何通过代码传输视频到亚马逊平台
  • ¥15 php查询mysql数据库并显示至下拉列表中
  • ¥15 freertos下使用外部中断失效
  • ¥15 输入的char字符转为int类型,不是对应的ascall码,如何才能使之转换为对应ascall码?或者使输入的char字符可以正常与其他字符比较?
  • ¥15 devserver配置完 启动服务 无法访问static上的资源
  • ¥15 解决websocket跟c#客户端通信
  • ¥30 Python调用dll文件输出Nan重置dll状态