1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 08:53:01 +02:00
link was pointing to wrong url, fixed to correct
This commit is contained in:
Paritosh Panda
2022-10-21 21:00:04 +05:30
committed by GitHub
parent f1cd9edb07
commit 1d3a017873

View File

@@ -6,4 +6,4 @@ Go has a built-in testing command that we can use to test our program.
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://go.dev/doc/tutorial/add-a-test'>Official Go Tutorial: Add a test</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://go.dev/doc/tutorial/add-a-test'>Official Go Tutorial: Add a test</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://gobyexample.com/testing'>Go by Example: Testing</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://gobyexample.com/testing'>Go by Example: Testing</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://yourbasic.org/golang/table-driven-unit-test/'>YourBasic Go: Table-driven unit tests</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://yourbasic.org/golang/table-driven-unit-test/'>YourBasic Go: Table-driven unit tests</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://yourbasic.org/golang/table-driven-unit-test/'>Learn Go with Tests</BadgeLink> <BadgeLink colorScheme='yellow' badgeText='Read' href='https://quii.gitbook.io/learn-go-with-tests/'>Learn Go with Tests</BadgeLink>