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
parent
d2378767f8
commit
3f54bdf297
1 changed files with 8 additions and 1 deletions
@ -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…
Reference in new issue