↳
In-reply-to
»
I've started playing with Go today, just understood the basics and still a bit confused about the module and goroutine parts.
โค Read More
@justamoment@twtxt.net I found that part is well documented ๐
So, to understand the theory I started here
https://go.dev/blog/using-go-modules
And a few explanations in SO helped me to practice it in my project:
https://stackoverflow.com/a/57314494