diff --git a/README.md b/README.md index 9ec0665..cf4669a 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/control-flow/0-introduction.yml b/control-flow/0-introduction.yml index ec43e3a..3939a90 100644 --- a/control-flow/0-introduction.yml +++ b/control-flow/0-introduction.yml @@ -9,6 +9,6 @@ metadata: ms.topic: interactive-tutorial ms.prod: learning-azure title: Introduction -durationInMinutes: +durationInMinutes: 1 content: | [!include[](includes/0-introduction.md)] diff --git a/get-started-with-go/4-install-vs-code.yml b/get-started-with-go/4-install-vs-code.yml index 96909b5..65c79e5 100644 --- a/get-started-with-go/4-install-vs-code.yml +++ b/get-started-with-go/4-install-vs-code.yml @@ -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)] \ No newline at end of file diff --git a/get-started-with-go/5-hello-world.yml b/get-started-with-go/5-hello-world.yml index 2e46bec..4120d2b 100644 --- a/get-started-with-go/5-hello-world.yml +++ b/get-started-with-go/5-hello-world.yml @@ -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)]