Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Go documentation is missing reference links

オープン
#2,157 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
40/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
go
領域
documentation

調査の方向性

devdocs.io の net/http Client.Do ページと、リンクされている pkg.go.dev のリファレンスを比較して、不足しているソースおよび入出力リンクを特定します。次に、Go ドキュメント生成のエントリポイントと関連するテストを見つけます。生成された Go リファレンスヘッダーで期待されるリンクが一貫して公開されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

docs/improvement

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 https://devdocs.io/go/net/http/index#Client.Do and how the header does not have links:

Screenshot 2024-02-18 at 21 03 19

Expected style

Official documentation that has links in the header: https://pkg.go.dev/net/http#Client.Do
Screenshot 2024-02-18 at 21 03 28

主要言語
Ruby
スター
39.5k
フォーク
2.6k
平均マージ
2日 9時間
マージ済み PR(30日)
13

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

freeCodeCamp/devdocs のほかの issue

freeCodeCamp/devdocs の issue をすべて見る

似ている issue

Ruby の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。