Prompts for golang
3 prompts found
Go static check and fix errors
Run staticcheck on your Go project to automatically find and fix code quality issues
golang programming claude code
Go vet analysis and fix
Run go vet on codebase, identify issues, and automatically fix all reported problems
golang programming claude code
Go code performance optimization
Analyze Go codebase performance and suggest three specific optimizations with implementation examples
golang programming claude code