Skip to content

Commit e4d9407

Browse files
authored
Update README.md
1 parent 47d1b7d commit e4d9407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func main() {
2525

2626
Most of the chapters in this book are written following a simple TDD approach, here the requirements are written first, followed by some unit tests and finally the code that satisfies those requirements. We will use only tools that comes with the standard library of Go as a way to better understand the language and its possibilities. This idea is key to follow the book and understanding the way that Go solves problems, especially in distributed systems and concurrent applications.
2727

28-
##Related Products
28+
## Related Products
2929
* [Building Your First Application with Go [Video]](https://www.packtpub.com/application-development/building-your-first-application-go-video?utm_source=github&utm_medium=repository&utm_campaign=9781783283811)
3030

3131
* [Learning Go Programming](https://www.packtpub.com/application-development/learning-go-programming?utm_source=github&utm_medium=repository&utm_campaign=9781784395438)

0 commit comments

Comments
 (0)