From 1d3a01787321351b37c2db9b81d8b28ee6bfab08 Mon Sep 17 00:00:00 2001
From: Paritosh Panda <79501323+tashi21@users.noreply.github.com>
Date: Fri, 21 Oct 2022 21:00:04 +0530
Subject: [PATCH] fix link (#2603)
link was pointing to wrong url, fixed to correct
---
content/roadmaps/109-golang/content/108-go-testing-your-apps.md | 2 +-
1 file changed, 1 insertion(+), 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 996755eef..313bed048 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,4 +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
+Learn Go with Tests