Promises, async/await in Go with Channels
Coming from Javascript (Node.js) world and then start learning Go, I get used to using the simple syntax. It’s just so easy for newbie to learn and quickly get familiar with. On the contrary, Go doesn’t follow the pattern at all. Instead, it introduces and . However, it isn’t difficult to…