You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌱 (chore): wrap errors using %w and improve formatting in golang plugin
Replaced usage of `%v` with `%w` in `fmt.Errorf` calls to enable proper error chaining across:
- `pkg/plugins/golang/repository.go`
- `go_version.go`
- `v4/scaffolds/api.go`
Also improved formatting by quoting dynamic values with `%q` and removed redundant error wrapping logic.
0 commit comments