Skip to content

Commit 601870a

Browse files
committed
User Story 399596: Q&M: Retire 1 path for Go and its training modules (1 of 4)
1 parent e84b993 commit 601870a

38 files changed

+115
-2120
lines changed

.openpublishing.redirection.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44510,6 +44510,106 @@
4451044510
"source_path": "learn-pr/student-evangelism/build-ml-model-with-azure-stream-analytics/index.yml",
4451144511
"redirect_url": "https://learn.microsoft.com/training/browse/",
4451244512
"redirect_document_id": false
44513+
},
44514+
{
44515+
"source_path": "learn-pr/paths/go-first-steps/index.yml",
44516+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44517+
"redirect_document_id": false
44518+
},
44519+
{
44520+
"source_path": "learn-pr/language/go-concurrency/0-introduction.yml",
44521+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44522+
"redirect_document_id": false
44523+
},
44524+
{
44525+
"source_path": "learn-pr/language/go-concurrency/1-goroutines.yml",
44526+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44527+
"redirect_document_id": false
44528+
},
44529+
{
44530+
"source_path": "learn-pr/language/go-concurrency/2-channels.yml",
44531+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44532+
"redirect_document_id": false
44533+
},
44534+
{
44535+
"source_path": "learn-pr/language/go-concurrency/3-buffered-channels.yml",
44536+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44537+
"redirect_document_id": false
44538+
},
44539+
{
44540+
"source_path": "learn-pr/language/go-concurrency/4-challenge.yml",
44541+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44542+
"redirect_document_id": false
44543+
},
44544+
{
44545+
"source_path": "learn-pr/language/go-concurrency/5-solution.yml",
44546+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44547+
"redirect_document_id": false
44548+
},
44549+
{
44550+
"source_path": "learn-pr/language/go-concurrency/6-knowledge-check.yml",
44551+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44552+
"redirect_document_id": false
44553+
},
44554+
{
44555+
"source_path": "learn-pr/language/go-concurrency/7-summary.yml",
44556+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44557+
"redirect_document_id": false
44558+
},
44559+
{
44560+
"source_path": "learn-pr/language/go-concurrency/index.yml",
44561+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44562+
"redirect_document_id": false
44563+
},
44564+
{
44565+
"source_path": "learn-pr/language/go-control-flow/0-introduction.yml",
44566+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44567+
"redirect_document_id": false
44568+
},
44569+
{
44570+
"source_path": "learn-pr/language/go-control-flow/1-use-if-else-statements.yml",
44571+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44572+
"redirect_document_id": false
44573+
},
44574+
{
44575+
"source_path": "learn-pr/language/go-control-flow/2-use-switch-statements.yml",
44576+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44577+
"redirect_document_id": false
44578+
},
44579+
{
44580+
"source_path": "learn-pr/language/go-control-flow/3-use-for-loops.yml",
44581+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44582+
"redirect_document_id": false
44583+
},
44584+
{
44585+
"source_path": "learn-pr/language/go-control-flow/4-use-defer-statement.yml",
44586+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44587+
"redirect_document_id": false
44588+
},
44589+
{
44590+
"source_path": "learn-pr/language/go-control-flow/5-challenge.yml",
44591+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44592+
"redirect_document_id": false
44593+
},
44594+
{
44595+
"source_path": "learn-pr/language/go-control-flow/6-solution.yml",
44596+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44597+
"redirect_document_id": false
44598+
},
44599+
{
44600+
"source_path": "learn-pr/language/go-control-flow/7-knowledge-check.yml",
44601+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44602+
"redirect_document_id": false
44603+
},
44604+
{
44605+
"source_path": "learn-pr/language/go-control-flow/8-summary.yml",
44606+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44607+
"redirect_document_id": false
44608+
},
44609+
{
44610+
"source_path": "learn-pr/language/go-control-flow/index.yml",
44611+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44612+
"redirect_document_id": false
4451344613
}
4451444614
]
4451544615
}

learn-pr/achievements.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5355,3 +5355,18 @@ achievements:
53555355
title: Get started with blockchain development
53565356
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.
53575357
iconUrl: /training/achievements/ethereum-blockchain-development.svg
5358+
- uid: learn.languages.go-first-steps.trophy
5359+
type: trophy
5360+
title: Take your first steps with Go
5361+
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.
5362+
iconUrl: /training/achievements/go/go-first-steps.svg
5363+
- uid: learn.language.go-control-flow.badge
5364+
type: badge
5365+
title: Use control flows in Go
5366+
summary: Learn how to use control flows in Go.
5367+
iconUrl: /training/achievements/go/go-control-flow.svg
5368+
- uid: learn.language.go-concurrency.badge
5369+
type: badge
5370+
title: Learn how concurrency works in Go
5371+
summary: Understand more about concurrency, one of the most unique features in Go.
5372+
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)