Skip to content

Commit 065d26f

Browse files
Merge pull request #2 from fajarcandraaa/develop
Update README.md
2 parents 6ad2857 + bc35557 commit 065d26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
![Simple Golang Unit Testing](https://i.ytimg.com/vi/IorsKSduDaM/maxresdefault.jpg)
44

5-
We will learn about implementing in Golang.
5+
We will learn about implement unit testing in Golang.
66

77
## Topics :
88
- Setting up the Golang Project
99
- Defining the Product Entity
1010
- Connecting to the database
11-
- Implementing Unit test with 1 feature to find data by ID
11+
- Implementing Unit test with 1 feature, it's find data by ID
1212

1313
## Our Step :
1414
- 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.
2222

2323
## Notes :
2424
Last but not least, let's start to try to write a function that we think will be used many times in helpers.
25-
Happy coding and keep learning 😜
25+
Happy coding and keep learning 😜

0 commit comments

Comments
 (0)