TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gosrc.org: Go documentation site

59 点作者 gnocchi大约 10 年前

3 条评论

sqs大约 10 年前
Quinn from Sourcegraph here. Thanks for posting this! It was actually a quick hack project I built on our API for fun last night. It basically uses sourceboxes (<a href="https://sourcegraph.com/blog/sourceboxes-a-better-way-to-embed-code-snippets" rel="nofollow">https:&#x2F;&#x2F;sourcegraph.com&#x2F;blog&#x2F;sourceboxes-a-better-way-to-emb...</a>), which are like Gists but with jump-to-def and doc tooltips, to display the function and type signatures for godoc definitions.<p>It&#x27;s pretty rough, but we&#x27;d love to hear feedback. And if anyone else wants to build similar tools using sourceboxes or our API, go for it and reach out if I can be helpful (sqs@sourcegraph.com).<p>BTW, thanks to the awesome @kisielk (gorilla maintainer, etc.) for the gosrc.org domain. You can just go to gosrc.org&#x2F;github.com&#x2F;some&#x2F;pkg to use gosrc.org for any package.
评论 #9202564 未加载
评论 #9201053 未加载
tumdum_大约 10 年前
Seems to be much more complicated and slower than godoc.org
评论 #9200690 未加载
cjslep大约 10 年前
The refs for function call locations alone make the wait worth it, especially when looking to contribute to others projects and first diving in the code.