Run go vet
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-go-tech-stacks-go@IvanTorresEdge/molcajete.ai# Run Go Vet Run go vet to examine code for suspicious constructs. Use the Task tool to launch the **developer** agent with instructions: 1. Run `go vet ./...` 2. Display any issues found 3. Explain each issue 4. Suggest fixes **Go Vet Checks:** - Unreachable code - Useless assignments - Impossible conditions - Printf format errors - Suspicious constructs Reference the code-quality skill.