Skip to content

Commit

Permalink
add structure for modules 4-8
Browse files Browse the repository at this point in the history
  • Loading branch information
meaghanlewis committed Nov 30, 2020
1 parent 9a17549 commit 14217bb
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
| Module | Get started with Go | In this module, you’ll start taking your first steps with Go. | 45 min |
| Module | Understand how to use packages, variables, and functions | Learn about basic data types and how to use variables, functions, and packages in Go programs. | 45 min |
| Module | Iterate through code with flow control statements | Learn how to use different statements and loops in Go programs. | 45 min |
| Module | Use data types and structs | Learn more about the data types that Go has available. | 45 min |
| Module | Use data types | Learn more about the data types that Go has available. | 45 min |
| Module | Implement error handling and logging | Understand how to handle errors and log helpful messages in your Go programs. | 45 min |
| Module | Use methods and interfaces | Learn about best practices for methods in interfaces in Go. | 45 min |
| Module | Learn how concurrency works in Go | Understand more about concurrency, one of the most unique features in Go. | 45 min |
Expand Down
Empty file added concurrency/0-introduction.yml
Empty file.
Empty file.
Empty file added data-types/0-introduction.yml
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 14217bb

Please sign in to comment.