golang/go

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

Open

#66 497 ouverte le 22 mars 2024

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Go (19 008 forks)batch import
DocumentationNeedsInvestigationhelp wantedwebsite

Métriques du dépôt

Stars
 (133 883 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur