From 3f54bdf29798119d5221daf4ae8c6254db108990 Mon Sep 17 00:00:00 2001 From: Yusuf Malikul Mulki Date: Sat, 10 Sep 2022 15:23:19 +0700 Subject: [PATCH] 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 --- .../109-golang/content/108-go-testing-your-apps.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/109-golang/content/108-go-testing-your-apps.md b/content/roadmaps/109-golang/content/108-go-testing-your-apps.md index e1e91a5f7..040517972 100644 --- a/content/roadmaps/109-golang/content/108-go-testing-your-apps.md +++ b/content/roadmaps/109-golang/content/108-go-testing-your-apps.md @@ -1 +1,8 @@ -# Go testing your apps \ No newline at end of file +# Testing Go Code + +Go has a built-in testing command that we can use to test our program. + +Free Content +Official Go Tutorial: Add a test +Go by Example: Testing +YourBasic Go: Table-driven unit tests