如何在github上创建godoc链接源

时间:2014-05-15 14:54:55

标签: github go godoc

在godoc站点上,大多数库(例如http://godoc.org/github.com/beego/memcache)直接链接到github上的源。当我在本地运行godoc工具时,情况并非如此。我们的团队也有一个本地godoc服务器,它同样没有链接到github上的源代码。我们的代码存储在github上,并相应地进行组织(即github.com/mycompany/packagename)。有没有办法告诉godoc工具链接到github上的代码,即使它是在私人仓库?

1 个答案:

答案 0 :(得分:3)

正如评论中所提到的,godoc (Go Doc Dot Org)会生成自己的源链接。

您可以在gddo-server/template.go#L49-L62 SourceLink()中看到该代。