golang/go
Vedi su GitHubx/website/_content/doc/tutorial: unnecessary cd into home directory
Open
#66.497 aperta il 22 mar 2024
DocumentationNeedsInvestigationhelp wantedwebsite
Metriche repository
- Star
- (133.883 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Issue
The tutorial suggests making the project folder in the home directory:-
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
- Remove the step
- Mark the step as optional
- Add a note implying the project directory can be made in other directories as well