This commit is contained in:
meaghanlewis 2020-11-30 15:48:44 -08:00
Родитель 14217bb53c
Коммит 102dda2849
3 изменённых файлов: 26 добавлений и 17 удалений

Просмотреть файл

@ -2,19 +2,17 @@
## Timeline
< TO BE FILLED IN WITH SHANA >
| Item | Owner | Status | Deadline |
|------|-------|--------|----------|
| Propose content | @meaghanlewis | Complete | 10/16/2020 |
| Request art assets | @shanama | Requested | 11/19/2020 |
| Write Content | @christianhxc | In progress | 11/9/2020|
| Module 1 content | @christianhxc + @meaghanlewis | Complete | 11/13/2020 |
| Module 1 content to Aquent | @shanama | Not Started | |
| Module 1 content to Aquent | @shanama | Complete | 11/24/2020 |
| Module 2 content | @christianhxc + @meaghanlewis | In progress | 11/16/2020 |
| Module 2 content to Aquent | @shanama | Not Started | |
| Module 2 content to Aquent | @shanama | Not Started | 12/1/2020 |
| Module 3 content | @christianhxc + @meaghanlewis | Not started | < DATE > |
| Module 3 content to Aquent | @shanama | Not Started | |
| Module 3 content to Aquent | @shanama | Not Started | 12/8/2020 |
| Module 4 content | @christianhxc + @meaghanlewis | Not started | < DATE > |
| Module 4 content to Aquent | @shanama | Not Started | |
| Module 5 content | @christianhxc + @meaghanlewis | Not started | < DATE > |
@ -33,8 +31,6 @@
## Content Overview
< Description of content here >
| Type | Title | Description | Duration |
|------|-------|-------------|----------|
| Learning Path | Take your first steps with Go development | Learn how to program using Go. | ~6 hours |

Просмотреть файл

@ -13,8 +13,8 @@ In this module, you will:
- Explore the Go Playground
- Create your first Go application
## Prerequisites
- Programming basics in general
- Knowledge with at least one programming language
- Download / Install Software from the Internet

Просмотреть файл

@ -4,7 +4,7 @@
uid:
metadata:
title: Take your first steps with Go
description: # Add a short description of your learning path for search engines.
description: Learn how to program using Go.
brand:
ms.date:
author: meaghanlewis
@ -12,18 +12,25 @@ metadata:
ms.topic: interactive-tutorial
ms.prod: learning-azure
title: Take your first steps with Go
summary: | # Add a description for your learning path to be displayed to users in the given form. Can include the description from above.
<Short description of your learning path>
summary: |
Learn how to program using Go.
In this learning path you will:
- Install and configure Go in your local workstation
- Install and configure VS Code and the Go extension
- Explore the Go Playground
- Create your first Go application
- Understand how to use variables, functions, and packages
- Iterate through code with flow control statements
- Learn about and use data types like structs, arrays, slices and maps
- Implement error handling and logging
- Use methods and interfaces
- Learn about how concurrency works
- Write and test a complete Go program
prerequisites: | # Fill in a detailed list of prerequisites in this form
# - prereq 1
# - prereq 2
prerequisites: |
- A Windows, Mac, or Linux computer
- Knowledge of programming basics
- Know how to download and install software from the internet
iconUrl: /learn/achievements/generic-trophy.svg # TODO change
levels:
- beginner
@ -33,7 +40,13 @@ roles:
products:
-
modules:
-
-
- get-started-with-go
- variables-functions-packages
- control-flow
- data-types
- error-handling-logging
- methods-interfaces
- concurrency
- write-test-program
trophy:
uid: