↳
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
@eaplmx@twtxt.net Thank you so much.
I got the fact that everything get bundled from a single folder but I too am used to properly specify what I want for every module since using Python/JS.
On my tries I managed to do local imports and compile with GO111MODULES
but I was confused on the uses of that flag. Online everything mentioned the url as a reference to the source and I was missing the point of using it locally from a single project.
On a post the recommendation was to not use folder which is pretty bad in my opinion for a bigger project, also looking at yarn repo didnโt cleared up my doubts (too big for me right now ๐).
Thanks again!