Skip to content

Commit 9ec5b8d

Browse files
authored
Merge pull request #49414 from ShawnKupfer/WB1698
User Story 399596: Q&M: Retire 1 path for Go and its training modules…
2 parents c586c42 + 7632d17 commit 9ec5b8d

38 files changed

+115
-2120
lines changed

.openpublishing.redirection.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44835,6 +44835,106 @@
4483544835
"source_path": "learn-pr/nvidia/introduction-nvidia-deepstream-graph-composer-azure/index.yml",
4483644836
"redirect_url": "https://learn.microsoft.com/training/browse/",
4483744837
"redirect_document_id": false
44838+
},
44839+
{
44840+
"source_path": "learn-pr/paths/go-first-steps/index.yml",
44841+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44842+
"redirect_document_id": false
44843+
},
44844+
{
44845+
"source_path": "learn-pr/language/go-concurrency/0-introduction.yml",
44846+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44847+
"redirect_document_id": false
44848+
},
44849+
{
44850+
"source_path": "learn-pr/language/go-concurrency/1-goroutines.yml",
44851+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44852+
"redirect_document_id": false
44853+
},
44854+
{
44855+
"source_path": "learn-pr/language/go-concurrency/2-channels.yml",
44856+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44857+
"redirect_document_id": false
44858+
},
44859+
{
44860+
"source_path": "learn-pr/language/go-concurrency/3-buffered-channels.yml",
44861+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44862+
"redirect_document_id": false
44863+
},
44864+
{
44865+
"source_path": "learn-pr/language/go-concurrency/4-challenge.yml",
44866+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44867+
"redirect_document_id": false
44868+
},
44869+
{
44870+
"source_path": "learn-pr/language/go-concurrency/5-solution.yml",
44871+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44872+
"redirect_document_id": false
44873+
},
44874+
{
44875+
"source_path": "learn-pr/language/go-concurrency/6-knowledge-check.yml",
44876+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44877+
"redirect_document_id": false
44878+
},
44879+
{
44880+
"source_path": "learn-pr/language/go-concurrency/7-summary.yml",
44881+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44882+
"redirect_document_id": false
44883+
},
44884+
{
44885+
"source_path": "learn-pr/language/go-concurrency/index.yml",
44886+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44887+
"redirect_document_id": false
44888+
},
44889+
{
44890+
"source_path": "learn-pr/language/go-control-flow/0-introduction.yml",
44891+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44892+
"redirect_document_id": false
44893+
},
44894+
{
44895+
"source_path": "learn-pr/language/go-control-flow/1-use-if-else-statements.yml",
44896+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44897+
"redirect_document_id": false
44898+
},
44899+
{
44900+
"source_path": "learn-pr/language/go-control-flow/2-use-switch-statements.yml",
44901+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44902+
"redirect_document_id": false
44903+
},
44904+
{
44905+
"source_path": "learn-pr/language/go-control-flow/3-use-for-loops.yml",
44906+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44907+
"redirect_document_id": false
44908+
},
44909+
{
44910+
"source_path": "learn-pr/language/go-control-flow/4-use-defer-statement.yml",
44911+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44912+
"redirect_document_id": false
44913+
},
44914+
{
44915+
"source_path": "learn-pr/language/go-control-flow/5-challenge.yml",
44916+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44917+
"redirect_document_id": false
44918+
},
44919+
{
44920+
"source_path": "learn-pr/language/go-control-flow/6-solution.yml",
44921+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44922+
"redirect_document_id": false
44923+
},
44924+
{
44925+
"source_path": "learn-pr/language/go-control-flow/7-knowledge-check.yml",
44926+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44927+
"redirect_document_id": false
44928+
},
44929+
{
44930+
"source_path": "learn-pr/language/go-control-flow/8-summary.yml",
44931+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44932+
"redirect_document_id": false
44933+
},
44934+
{
44935+
"source_path": "learn-pr/language/go-control-flow/index.yml",
44936+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44937+
"redirect_document_id": false
4483844938
}
4483944939
]
4484044940
}

learn-pr/achievements.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5405,3 +5405,18 @@ 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.languages.go-first-steps.trophy
5409+
type: trophy
5410+
title: Take your first steps with Go
5411+
summary: Interested in learning a programming language but aren't sure where to start? Start here! Learn the basic syntax and thought processes required to build simple programs using Go.
5412+
iconUrl: /training/achievements/go/go-first-steps.svg
5413+
- uid: learn.language.go-control-flow.badge
5414+
type: badge
5415+
title: Use control flows in Go
5416+
summary: Learn how to use control flows in Go.
5417+
iconUrl: /training/achievements/go/go-control-flow.svg
5418+
- uid: learn.language.go-concurrency.badge
5419+
type: badge
5420+
title: Learn how concurrency works in Go
5421+
summary: Understand more about concurrency, one of the most unique features in Go.
5422+
iconUrl: /training/achievements/go/go-concurrency.svg

learn-pr/language/go-concurrency/0-introduction.yml

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

learn-pr/language/go-concurrency/1-goroutines.yml

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

learn-pr/language/go-concurrency/2-channels.yml

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

learn-pr/language/go-concurrency/3-buffered-channels.yml

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

learn-pr/language/go-concurrency/4-challenge.yml

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

learn-pr/language/go-concurrency/5-solution.yml

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

learn-pr/language/go-concurrency/6-knowledge-check.yml

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

learn-pr/language/go-concurrency/7-summary.yml

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

0 commit comments

Comments
 (0)