GoLand 的运行/调试配置窗口中“Go 工具参数”的“-i”选项是什么?

the*_*guy 3 go goland

-iGoLand 的运行/调试配置窗口中的“Go 工具参数”选项是什么 ?在此输入图像描述

小智 7

取自go help build

The -i flag installs the packages that are dependencies of the target.
The -i flag is deprecated. Compiled packages are cached automatically.
Run Code Online (Sandbox Code Playgroud)