Posted in

【Go开发者时间税预警】:92%的团队仍在用错误方式组织Go模块——gomod依赖爆炸、测试隔离失效、发布流水线断裂的根因分析

第一章:Go模块化设计的底层逻辑 … 【Go开发者时间税预警】:92%的团队仍在用错误方式组织Go模块——gomod依赖爆炸、测试隔离失效、发布流水线断裂的根因分析Read more

Posted in

Go test包可见性隔离失效:为什么go test -coverprofile会意外暴露internal逻辑?go 1.21修复细节深度剖析

第一章:Go包可见性机制的本质与 … Go test包可见性隔离失效:为什么go test -coverprofile会意外暴露internal逻辑?go 1.21修复细节深度剖析Read more

Posted in

Go定制测试隔离方案:在testing.T中动态patch标准库行为的3种safe方式(附go test -exec定制沙箱)

第一章:Go定制测试隔离方案:在 … Go定制测试隔离方案:在testing.T中动态patch标准库行为的3种safe方式(附go test -exec定制沙箱)Read more