1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

Remove invalid resource Golang 102 (#3008)

Remove invalid resource from Golang 102-types-and-type-assertions.md
The provided resource is a video about protocol buffers in Go, not types or type assertion
This commit is contained in:
Kamil
2022-12-05 13:19:25 +01:00
committed by GitHub
parent a9c7b88f1a
commit 5885de7179

View File

@@ -5,4 +5,3 @@ Type assertions in Golang provide access to the exact type of variable of an int
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://go.dev/tour/methods/15'>Types Assertions </BadgeLink>
<BadgeLink badgeText='Read' href='https://www.geeksforgeeks.org/type-assertions-in-golang/'>Type Assertion</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=NoDRq6Twkts'>Type Assertion In Golang</BadgeLink>