
//error one need to implement the actOffTheWall() method
//error two isnt defined in the interface,
//Interfaces therefor govern/force how struct/objects should behave....
//Interfaces therefor govern/force how a programs logic should act/operate
Hey guys if my dead microphone thing is problematic let me know, i do a quick overview in this video of what we went over. But i can do a video explaining each of the below in better detail if i hear i need to thx for understanding. Its basically for 5 shorter videos not to lengthy.
This is a short and sweet course dedicated to Go ( GoLang ) concurrency. I use a simple POC ( Proof of concept ) Module approach to demonstrate each micro topic in the simplest manner I can. First we will discuss what concurrency and parallelism is and break it into a simple concept of building blocks.Then we will be exploring go's sync package which includes a (Conditional, Locker, Map, Mutex, RWmutex, Once, Pool and Wait Group). Moving from there we will demonstrate Channels and Channel Selects.
Next well move on to other more involved concepts like the Context API.