From 7c8be79a1b86165c1533aa0e895ce96698a49696 Mon Sep 17 00:00:00 2001 From: Paritosh Panda <79501323+tashi21@users.noreply.github.com> Date: Mon, 17 Oct 2022 09:06:59 +0530 Subject: [PATCH] Add resource for got tesint (#2566) new source for learning testing --- content/roadmaps/109-golang/content/108-go-testing-your-apps.md | 1 + 1 file changed, 1 insertion(+) 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 040517972..996755eef 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 @@ -6,3 +6,4 @@ Go has a built-in testing command that we can use to test our program. Official Go Tutorial: Add a test Go by Example: Testing YourBasic Go: Table-driven unit tests +Learn Go with Tests