A new learning way on how to write "Hello, World!" program in Go [video]

ยท

1 min read

Hello developers!

I want to share with you my first video in the series about Go programming language. This video is a part of my upcoming course "Grokking Go Fundamentals with Tests" (GGFT) so if you are interested in learning Go with tests and TDD way subscribe to my channel to ensure you don't miss my next videos in the series.

In this video we will write a classic "Hello, World!" program but following Test-driven development way. If you don't know what is TDD you can watch this video where I introduce to this technique.

Link to the video ๐Ÿ‘ˆ

ย