Skip to content

Commit

Permalink
update timings for modules 1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
meaghanlewis committed Nov 30, 2020
1 parent 102dda2 commit 2fd84d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
| Type | Title | Description | Duration |
|------|-------|-------------|----------|
| Learning Path | Take your first steps with Go development | Learn how to program using Go. | ~6 hours |
| 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 | Get started with Go | In this module, you’ll start taking your first steps with Go. | 25 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. | 35 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 | 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 |
Expand Down
2 changes: 1 addition & 1 deletion control-flow/0-introduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ metadata:
ms.topic: interactive-tutorial
ms.prod: learning-azure
title: Introduction
durationInMinutes:
durationInMinutes: 1
content: |
[!include[](includes/0-introduction.md)]
2 changes: 1 addition & 1 deletion get-started-with-go/4-install-vs-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ metadata:
ms.topic: interactive-tutorial
ms.prod: learning-azure
title: Exercise - Install VS Code and the Go Extension
durationInMinutes: 6
durationInMinutes: 7
content: |
[!include[](includes/4-install-vs-code.md)]
2 changes: 1 addition & 1 deletion get-started-with-go/5-hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ metadata:
ms.topic: interactive-tutorial
ms.prod: learning-azure
title: Exercise - Hello World
durationInMinutes: 5
durationInMinutes: 6
content: |
[!include[](includes/5-hello-world.md)]

0 comments on commit 2fd84d8

Please sign in to comment.