From bc3555737c00f6edf31a70d90883047c8f84b326 Mon Sep 17 00:00:00 2001 From: Fajar Candra <44628254+fajarcandraaa@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:55:14 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec5dc84..059700b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ![Simple Golang Unit Testing](https://i.ytimg.com/vi/IorsKSduDaM/maxresdefault.jpg) -We will learn about implementing in Golang. +We will learn about implement unit testing in Golang. ## Topics : - Setting up the Golang Project - Defining the Product Entity - Connecting to the database -- Implementing Unit test with 1 feature to find data by ID +- Implementing Unit test with 1 feature, it's find data by ID ## Our Step : - In the first step, we create an entities to represent the structure of our data in the entity package @@ -22,4 +22,4 @@ We will learn about implementing in Golang. ## Notes : Last but not least, let's start to try to write a function that we think will be used many times in helpers. -Happy coding and keep learning 😜 \ No newline at end of file +Happy coding and keep learning 😜