This is the second part of this series. In this video, I get into the heart of the series by maturing the quick and dirty list implementation from the last video and making it a more standalone module. In the process, I show the basics of Object Oriented Programming in Go.
In the next part of this series, I explore unit testing in Go. I also build queue and stack implementations using the linked list implementation from this part.
Check out the code from this video series on Github here.