Skip to content

Commit f2a0787

Browse files
committed
User Story 399596: Q&M: Retire 1 path for Go and its training modules (2 of 4)
1 parent 9c1bd2b commit f2a0787

32 files changed

+90
-1883
lines changed

.openpublishing.redirection.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44540,6 +44540,86 @@
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-data-types/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-data-types/1-arrays.yml",
44551+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44552+
"redirect_document_id": false
44553+
},
44554+
{
44555+
"source_path": "learn-pr/language/go-data-types/2-slices.yml",
44556+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44557+
"redirect_document_id": false
44558+
},
44559+
{
44560+
"source_path": "learn-pr/language/go-data-types/3-maps.yml",
44561+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44562+
"redirect_document_id": false
44563+
},
44564+
{
44565+
"source_path": "learn-pr/language/go-data-types/4-structs.yml",
44566+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44567+
"redirect_document_id": false
44568+
},
44569+
{
44570+
"source_path": "learn-pr/language/go-data-types/5-challenge.yml",
44571+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44572+
"redirect_document_id": false
44573+
},
44574+
{
44575+
"source_path": "learn-pr/language/go-data-types/6-solution.yml",
44576+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44577+
"redirect_document_id": false
44578+
},
44579+
{
44580+
"source_path": "learn-pr/language/go-data-types/7-knowledge-check.yml",
44581+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44582+
"redirect_document_id": false
44583+
},
44584+
{
44585+
"source_path": "learn-pr/language/go-data-types/8-summary.yml",
44586+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44587+
"redirect_document_id": false
44588+
},
44589+
{
44590+
"source_path": "learn-pr/language/go-data-types/index.yml",
44591+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44592+
"redirect_document_id": false
44593+
},
44594+
{
44595+
"source_path": "learn-pr/language/go-errors-logs/0-introduction.yml",
44596+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44597+
"redirect_document_id": false
44598+
},
44599+
{
44600+
"source_path": "learn-pr/language/go-errors-logs/1-errors.yml",
44601+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44602+
"redirect_document_id": false
44603+
},
44604+
{
44605+
"source_path": "learn-pr/language/go-errors-logs/2-logs.yml",
44606+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44607+
"redirect_document_id": false
44608+
},
44609+
{
44610+
"source_path": "learn-pr/language/go-errors-logs/3-knowledge-check.yml",
44611+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44612+
"redirect_document_id": false
44613+
},
44614+
{
44615+
"source_path": "learn-pr/language/go-errors-logs/4-summary.yml",
44616+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44617+
"redirect_document_id": false
44618+
},
44619+
{
44620+
"source_path": "learn-pr/language/go-errors-logs/index.yml",
44621+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44622+
"redirect_document_id": false
4454344623
}
4454444624
]
4454544625
}

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-errors-logs.badge
5364+
type: badge
5365+
title: Implement error handling and logging in Go
5366+
summary: Understand how to handle errors and log helpful information in your Go programs.
5367+
iconUrl: /training/achievements/go/go-errors-logs.svg
5368+
- uid: learn.language.go-data-types.badge
5369+
type: badge
5370+
title: Use data types and structs, arrays, slices, and maps in Go
5371+
summary: Learn about structs, arrays, slices, and maps. Understand the difference between them and when to use one type over the other.
5372+
iconUrl: /training/achievements/go/go-data-types.svg

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)