On 3/8/21 12:04 AM, 'Peter Bourgon' via golang-nuts wrote:
> I don't have enough context about your development environment to say 
> you're using modules ·incorrectly·, but I'm fairly certain you're making 
> life significantly harder for yourself by trying to work with 137 (!) of 
> them at once. It is totally unsurprising that gopls is having trouble with 
> that, as, normally, you work with just one module at a time. That's because 
> you don't "modularize" your packages individually — modules are typically 
> one-to-one with code repositories, and contain many packages.

The docs such as "how to write code", and it's sub links, need to be
restructured to make this an easier and clearer read.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/b91fab0d-6402-c035-78f8-fcf5bfdfb4f8%40gmail.com.

Reply via email to