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