cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.7k stars 79 forks source link

goimports is very slow on goki.dev monorepo #820

Closed rcoreilly closed 8 months ago

rcoreilly commented 8 months ago

it could be fact that it does not have a standard url/repo path -- could always be going up to .. level which has everything else..

kkoreilly commented 8 months ago

Don't be ridiculous. Go does not make decisions based on import path structure; it makes decisions based on modules, packages, and files.