Add resource for got tesint (#2566)

new source for learning testing
pull/2568/head
Paritosh Panda 2 years ago committed by GitHub
parent 6a6330718f
commit 7c8be79a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/109-golang/content/108-go-testing-your-apps.md

@ -6,3 +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://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/'>Learn Go with Tests</BadgeLink>

Loading…
Cancel
Save