freeCodeCamp / freeCodeCamp/devdocs
Go documentation is missing reference links
未关闭
docs/improvement
- 主要语言
- Ruby
- 星标
- 39.5k
- 派生
- 2.6k
- 平均合并
- 4 天 32 分钟
- 30 天内合并 PR
- 13
描述
# Documentation style bug: Go documentation missing reference links
## Summary
devdocs.io is missing useful links in Go reference documentation that are very handy when working with package API:
- links to the Go source code implementation for the code
- links to input/output structures
I'm happy to contribute a fix if this is a bug rather than a deliberate choice.
## Actual style
See and how the header does not have links:
## Expected style
Official documentation that has links in the header: https://pkg.go.dev/net/http#Client.Do
贡献指南
评估
这个 Issue 还没有评估数据。