Add content: Go testing your apps (#1724)

* Add content: Go testing your apps

Put a little description and some free content.

* Update content/roadmaps/109-golang/content/108-go-testing-your-apps.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1726/head
Yusuf Malikul Mulki 2 years ago committed by GitHub
parent d2378767f8
commit 3f54bdf297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      content/roadmaps/109-golang/content/108-go-testing-your-apps.md

@ -1 +1,8 @@
# Go testing your apps
# Testing Go Code
Go has a built-in testing command that we can use to test our program.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<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>

Loading…
Cancel
Save