Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix spelling error #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-source-code/README.md
Expand Up @@ -3,7 +3,7 @@
In this section we will cover all the different tools that gophers use to manage their
code bases. This includes:

- [1: Worskpace management](1-workspace/1-intro.md) - how to organize a workspace according to Go best practices.
- [1: Workspace management](1-workspace/1-intro.md) - how to organize a workspace according to Go best practices.
- [2: Editor tools](2-writing/1-editors-and-plugins.md) - tools to help writing code, such as editors, plugins, and pretty printers.
- [3: Navigation tools](3-reading/1-godoc.md) - tools to understand and navigate existing code bases.

Expand Down