第一章:Go vet警告“dec … 为什么Go vet警告“declared and not used”却仍能编译通过?——变量声明可见性底层机制揭秘Read more
unused函数
go mod list进阶用法:结合grep/sed实现批量依赖处理
第一章:go mod list进 … go mod list进阶用法:结合grep/sed实现批量依赖处理Read more
go mod tidy为何跳过某些包?深入理解require vs used机制
第一章:go mod tidy … go mod tidy为何跳过某些包?深入理解require vs used机制Read more
Go编译警告不容忽视:“function test() is unused”可能隐藏架构问题
第一章:Go编译警告“funct … Go编译警告不容忽视:“function test() is unused”可能隐藏架构问题Read more
自动化清理Go项目中unused函数的脚本工具推荐(附源码)
第一章:Go开发中unused函 … 自动化清理Go项目中unused函数的脚本工具推荐(附源码)Read more
Go 1.21+版本对unused函数的处理有何变化?一文说清
第一章:Go 1.21+中unu … Go 1.21+版本对unused函数的处理有何变化?一文说清Read more
Go代码审查标准曝光:为什么不允许存在unused函数?
第一章:Go开发中unused函 … Go代码审查标准曝光:为什么不允许存在unused函数?Read more
