Skip to content

Commit

Permalink
main readme and yml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meaghanlewis committed Nov 30, 2020
1 parent 14217bb commit 102dda2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 > |
Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion get-started-with-go/includes/0-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
31 changes: 22 additions & 9 deletions take-your-first-steps-go/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,33 @@
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
ms.author: shanama
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
Expand All @@ -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:

0 comments on commit 102dda2

Please sign in to comment.