File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
2424Last 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 😜
You can’t perform that action at this time.
0 commit comments