Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-source-code/README.md
Original file line number Diff line number Diff line change
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