Skip to content

Commit 86be23d

Browse files
committed
User Story 399596: Q&M: Retire 1 path for Go and its training modules (4 of 4)
1 parent 988c1e4 commit 86be23d

34 files changed

+100
-2238
lines changed

.openpublishing.redirection.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44540,6 +44540,96 @@
4454044540
"source_path": "learn-pr/azure/communication-service-send-sms-console-app/index.yml",
4454144541
"redirect_url": "https://learn.microsoft.com/training/browse/",
4454244542
"redirect_document_id": false
44543+
},
44544+
{
44545+
"source_path": "learn-pr/language/go-variables-functions-packages/0-introduction.yml",
44546+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44547+
"redirect_document_id": false
44548+
},
44549+
{
44550+
"source_path": "learn-pr/language/go-variables-functions-packages/1-variables.yml",
44551+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44552+
"redirect_document_id": false
44553+
},
44554+
{
44555+
"source_path": "learn-pr/language/go-variables-functions-packages/2-data-types.yml",
44556+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44557+
"redirect_document_id": false
44558+
},
44559+
{
44560+
"source_path": "learn-pr/language/go-variables-functions-packages/3-functions.yml",
44561+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44562+
"redirect_document_id": false
44563+
},
44564+
{
44565+
"source_path": "learn-pr/language/go-variables-functions-packages/4-packages.yml",
44566+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44567+
"redirect_document_id": false
44568+
},
44569+
{
44570+
"source_path": "learn-pr/language/go-variables-functions-packages/5-knowledge-check.yml",
44571+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44572+
"redirect_document_id": false
44573+
},
44574+
{
44575+
"source_path": "learn-pr/language/go-variables-functions-packages/6-summary.yml",
44576+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44577+
"redirect_document_id": false
44578+
},
44579+
{
44580+
"source_path": "learn-pr/language/go-variables-functions-packages/index.yml",
44581+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44582+
"redirect_document_id": false
44583+
},
44584+
{
44585+
"source_path": "learn-pr/language/go-write-test-program/0-introduction.yml",
44586+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44587+
"redirect_document_id": false
44588+
},
44589+
{
44590+
"source_path": "learn-pr/language/go-write-test-program/1-project-files.yml",
44591+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44592+
"redirect_document_id": false
44593+
},
44594+
{
44595+
"source_path": "learn-pr/language/go-write-test-program/2-project-tests.yml",
44596+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44597+
"redirect_document_id": false
44598+
},
44599+
{
44600+
"source_path": "learn-pr/language/go-write-test-program/3-project-core.yml",
44601+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44602+
"redirect_document_id": false
44603+
},
44604+
{
44605+
"source_path": "learn-pr/language/go-write-test-program/4-project-api.yml",
44606+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44607+
"redirect_document_id": false
44608+
},
44609+
{
44610+
"source_path": "learn-pr/language/go-write-test-program/5-challenge.yml",
44611+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44612+
"redirect_document_id": false
44613+
},
44614+
{
44615+
"source_path": "learn-pr/language/go-write-test-program/6-solution.yml",
44616+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44617+
"redirect_document_id": false
44618+
},
44619+
{
44620+
"source_path": "learn-pr/language/go-write-test-program/7-knowledge-check.yml",
44621+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44622+
"redirect_document_id": false
44623+
},
44624+
{
44625+
"source_path": "learn-pr/language/go-write-test-program/8-summary.yml",
44626+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44627+
"redirect_document_id": false
44628+
},
44629+
{
44630+
"source_path": "learn-pr/language/go-write-test-program/index.yml",
44631+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44632+
"redirect_document_id": false
4454344633
}
4454444634
]
4454544635
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,3 +5360,13 @@ achievements:
53605360
title: Get started with blockchain development
53615361
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.
53625362
iconUrl: /training/achievements/ethereum-blockchain-development.svg
5363+
- uid: learn.language.go-write-test-program.badge
5364+
type: badge
5365+
title: Write and test a program in Go
5366+
summary: By using what you've learned about Go, write and test a complete program.
5367+
iconUrl: /training/achievements/go/go-write-test-program.svg
5368+
- uid: learn.language.go-variables-functions-packages.badge
5369+
type: badge
5370+
title: Understand how to use packages, variables, and functions in Go
5371+
summary: Learn about the basic data types in Go and about how to declare variables, write functions, and use packages.
5372+
iconUrl: /training/achievements/go/go-variables-functions-packages.svg

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)