diff --git a/README.md b/README.md index 6a35eb9..385863f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven - [TDD in Java](#tdd-in-java) - [JUnit](#junit) - [TDD in C#](#tdd-in-C#) +- [TDD in GO](#tdd-in-go) ## TDD IN PYTHON @@ -152,6 +153,7 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven * [JUnit in Action, Third Edition](https://www.manning.com/books/junit-in-action-third-edition) ======= + ## TDD IN C# * [Get some hands-on practice with test-driven development in C#](https://www.freecodecamp.org/news/tdd-explanation-hands-on-practice-with-c-a0124338be44/) @@ -159,6 +161,9 @@ Curated list of resources: books, videos, articles about using TDD( Test Driven * [Walkthrough: Create and run unit tests for managed code](https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code?view=vs-2019) * [TDD in C# From A to Z](https://www.udemy.com/course/tdd-csharp/) +## TDD IN GO +* [Learn Go with tests](https://quii.gitbook.io/learn-go-with-tests/) + ## Contributing Found an awesome blog, video, talk, tutorial etc that's not on this list?. Notify me or send a PR.