- Module path: dappco.re/go/agent - Core import: dappco.re/go/core v0.4.7 - Process service re-enabled with new Core API - Plugin bumped to v0.11.0 - Directory flattened from go/ to root Co-Authored-By: Virgil <virgil@lethean.io>
342 B
342 B
Dead Code Scan
Find and remove unreachable code, unused functions, and orphaned files.
Process
go vet ./...for compiler-detected dead code- Search for unexported functions with zero callers
- Check for unreachable branches (always-true conditions)
- Verify before deleting — some code is used via reflection or build tags