golang/go

x/website/_content/doc/tutorial: unnecessary cd into home directory

Open

#66,497 创建于 2024年3月22日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Go (19,008 fork)batch import
DocumentationNeedsInvestigationhelp wantedwebsite

仓库指标

Star
 (133,883 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Issue

The tutorial suggests making the project folder in the home directory:- image Ex:- https://go.dev/doc/tutorial/getting-started , https://go.dev/doc/tutorial/getting-started

Which can be misleading and can convey that a go project must be created in the home directory.

Suggested fix

  1. Remove the step
  2. Mark the step as optional
  3. Add a note implying the project directory can be made in other directories as well

贡献者指南