Skip to content

Commit 0160d27

Browse files
authored
Merge pull request #49423 from ShawnKupfer/WB1701
User Story 399596: Q&M: Retire 1 path for Go and its training modules…
2 parents f7a8c5a + 00639e9 commit 0160d27

34 files changed

+100
-2238
lines changed

.openpublishing.redirection.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45100,6 +45100,96 @@
4510045100
"source_path": "learn-pr/language/go-methods-interfaces/index.yml",
4510145101
"redirect_url": "https://learn.microsoft.com/training/browse/",
4510245102
"redirect_document_id": false
45103+
},
45104+
{
45105+
"source_path": "learn-pr/language/go-variables-functions-packages/0-introduction.yml",
45106+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45107+
"redirect_document_id": false
45108+
},
45109+
{
45110+
"source_path": "learn-pr/language/go-variables-functions-packages/1-variables.yml",
45111+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45112+
"redirect_document_id": false
45113+
},
45114+
{
45115+
"source_path": "learn-pr/language/go-variables-functions-packages/2-data-types.yml",
45116+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45117+
"redirect_document_id": false
45118+
},
45119+
{
45120+
"source_path": "learn-pr/language/go-variables-functions-packages/3-functions.yml",
45121+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45122+
"redirect_document_id": false
45123+
},
45124+
{
45125+
"source_path": "learn-pr/language/go-variables-functions-packages/4-packages.yml",
45126+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45127+
"redirect_document_id": false
45128+
},
45129+
{
45130+
"source_path": "learn-pr/language/go-variables-functions-packages/5-knowledge-check.yml",
45131+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45132+
"redirect_document_id": false
45133+
},
45134+
{
45135+
"source_path": "learn-pr/language/go-variables-functions-packages/6-summary.yml",
45136+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45137+
"redirect_document_id": false
45138+
},
45139+
{
45140+
"source_path": "learn-pr/language/go-variables-functions-packages/index.yml",
45141+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45142+
"redirect_document_id": false
45143+
},
45144+
{
45145+
"source_path": "learn-pr/language/go-write-test-program/0-introduction.yml",
45146+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45147+
"redirect_document_id": false
45148+
},
45149+
{
45150+
"source_path": "learn-pr/language/go-write-test-program/1-project-files.yml",
45151+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45152+
"redirect_document_id": false
45153+
},
45154+
{
45155+
"source_path": "learn-pr/language/go-write-test-program/2-project-tests.yml",
45156+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45157+
"redirect_document_id": false
45158+
},
45159+
{
45160+
"source_path": "learn-pr/language/go-write-test-program/3-project-core.yml",
45161+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45162+
"redirect_document_id": false
45163+
},
45164+
{
45165+
"source_path": "learn-pr/language/go-write-test-program/4-project-api.yml",
45166+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45167+
"redirect_document_id": false
45168+
},
45169+
{
45170+
"source_path": "learn-pr/language/go-write-test-program/5-challenge.yml",
45171+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45172+
"redirect_document_id": false
45173+
},
45174+
{
45175+
"source_path": "learn-pr/language/go-write-test-program/6-solution.yml",
45176+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45177+
"redirect_document_id": false
45178+
},
45179+
{
45180+
"source_path": "learn-pr/language/go-write-test-program/7-knowledge-check.yml",
45181+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45182+
"redirect_document_id": false
45183+
},
45184+
{
45185+
"source_path": "learn-pr/language/go-write-test-program/8-summary.yml",
45186+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45187+
"redirect_document_id": false
45188+
},
45189+
{
45190+
"source_path": "learn-pr/language/go-write-test-program/index.yml",
45191+
"redirect_url": "https://learn.microsoft.com/training/browse/",
45192+
"redirect_document_id": false
4510345193
}
4510445194
]
4510545195
}

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-write-test-program.badge
5409+
type: badge
5410+
title: Write and test a program in Go
5411+
summary: By using what you've learned about Go, write and test a complete program.
5412+
iconUrl: /training/achievements/go/go-write-test-program.svg
5413+
- uid: learn.language.go-variables-functions-packages.badge
5414+
type: badge
5415+
title: Understand how to use packages, variables, and functions in Go
5416+
summary: Learn about the basic data types in Go and about how to declare variables, write functions, and use packages.
5417+
iconUrl: /training/achievements/go/go-variables-functions-packages.svg
54085418
- uid: learn.language.go-methods-interfaces.badge
54095419
type: badge
54105420
title: Use methods and interfaces in Go

learn-pr/language/go-variables-functions-packages/0-introduction.yml

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

learn-pr/language/go-variables-functions-packages/1-variables.yml

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

learn-pr/language/go-variables-functions-packages/2-data-types.yml

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

learn-pr/language/go-variables-functions-packages/3-functions.yml

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

learn-pr/language/go-variables-functions-packages/4-packages.yml

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

learn-pr/language/go-variables-functions-packages/5-knowledge-check.yml

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

learn-pr/language/go-variables-functions-packages/6-summary.yml

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

learn-pr/language/go-variables-functions-packages/includes/0-introduction.md

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

0 commit comments

Comments
 (0)