Skip to content

Commit 1467678

Browse files
authored
Merge pull request #49420 from ShawnKupfer/WB1699
User Story 399596: Q&M: Retire 1 path for Go and its training modules…
2 parents 900bd33 + 2abbcca commit 1467678

32 files changed

+90
-1883
lines changed

.openpublishing.redirection.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44935,6 +44935,86 @@
4493544935
"source_path": "learn-pr/language/go-control-flow/index.yml",
4493644936
"redirect_url": "https://learn.microsoft.com/training/browse/",
4493744937
"redirect_document_id": false
44938+
},
44939+
{
44940+
"source_path": "learn-pr/language/go-data-types/0-introduction.yml",
44941+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44942+
"redirect_document_id": false
44943+
},
44944+
{
44945+
"source_path": "learn-pr/language/go-data-types/1-arrays.yml",
44946+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44947+
"redirect_document_id": false
44948+
},
44949+
{
44950+
"source_path": "learn-pr/language/go-data-types/2-slices.yml",
44951+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44952+
"redirect_document_id": false
44953+
},
44954+
{
44955+
"source_path": "learn-pr/language/go-data-types/3-maps.yml",
44956+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44957+
"redirect_document_id": false
44958+
},
44959+
{
44960+
"source_path": "learn-pr/language/go-data-types/4-structs.yml",
44961+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44962+
"redirect_document_id": false
44963+
},
44964+
{
44965+
"source_path": "learn-pr/language/go-data-types/5-challenge.yml",
44966+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44967+
"redirect_document_id": false
44968+
},
44969+
{
44970+
"source_path": "learn-pr/language/go-data-types/6-solution.yml",
44971+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44972+
"redirect_document_id": false
44973+
},
44974+
{
44975+
"source_path": "learn-pr/language/go-data-types/7-knowledge-check.yml",
44976+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44977+
"redirect_document_id": false
44978+
},
44979+
{
44980+
"source_path": "learn-pr/language/go-data-types/8-summary.yml",
44981+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44982+
"redirect_document_id": false
44983+
},
44984+
{
44985+
"source_path": "learn-pr/language/go-data-types/index.yml",
44986+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44987+
"redirect_document_id": false
44988+
},
44989+
{
44990+
"source_path": "learn-pr/language/go-errors-logs/0-introduction.yml",
44991+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44992+
"redirect_document_id": false
44993+
},
44994+
{
44995+
"source_path": "learn-pr/language/go-errors-logs/1-errors.yml",
44996+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44997+
"redirect_document_id": false
44998+
},
44999+
{
45000+
"source_path": "learn-pr/language/go-errors-logs/2-logs.yml",
45001+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45002+
"redirect_document_id": false
45003+
},
45004+
{
45005+
"source_path": "learn-pr/language/go-errors-logs/3-knowledge-check.yml",
45006+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45007+
"redirect_document_id": false
45008+
},
45009+
{
45010+
"source_path": "learn-pr/language/go-errors-logs/4-summary.yml",
45011+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45012+
"redirect_document_id": false
45013+
},
45014+
{
45015+
"source_path": "learn-pr/language/go-errors-logs/index.yml",
45016+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45017+
"redirect_document_id": false
4493845018
}
4493945019
]
4494045020
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5405,6 +5405,16 @@ achievements:
54055405
title: Get started with blockchain development
54065406
summary: This learning path introduces you to blockchain and development on the Ethereum platform. Discover what skills are necessary to learn to begin building your own blockchain networks at scale.
54075407
iconUrl: /training/achievements/ethereum-blockchain-development.svg
5408+
- uid: learn.language.go-errors-logs.badge
5409+
type: badge
5410+
title: Implement error handling and logging in Go
5411+
summary: Understand how to handle errors and log helpful information in your Go programs.
5412+
iconUrl: /training/achievements/go/go-errors-logs.svg
5413+
- uid: learn.language.go-data-types.badge
5414+
type: badge
5415+
title: Use data types and structs, arrays, slices, and maps in Go
5416+
summary: Learn about structs, arrays, slices, and maps. Understand the difference between them and when to use one type over the other.
5417+
iconUrl: /training/achievements/go/go-data-types.svg
54085418
- uid: learn.languages.go-first-steps.trophy
54095419
type: trophy
54105420
title: Take your first steps with Go

learn-pr/language/go-data-types/0-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/1-arrays.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/2-slices.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/3-maps.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/4-structs.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/5-challenge.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/6-solution.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/go-data-types/7-knowledge-check.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)