Skip to content

Fix/go review issues#22

Merged
nagayon-935 merged 2 commits into
mainfrom
fix/go-review-issues
May 16, 2026
Merged

Fix/go review issues#22
nagayon-935 merged 2 commits into
mainfrom
fix/go-review-issues

Conversation

@nagayon-935

Copy link
Copy Markdown
Owner

No description provided.

…pinger.go

- Fix mis-indented `if errors.As` block inside `runReceiver` (gofmt violation
  introduced when migrating from type assertion to errors.As)
- Replace empty non-fatal error blocks `{ // Non-fatal }` with `{ _ = err }` to
  match the style used in traceroute.go; `go vet` reports empty error branches
  as suspicious in some lint configurations
- Run gofmt -w to fix pre-existing alignment issues in const block and struct
  field alignment in receiverConfig / receiverV4Config / receiverV6Config
@nagayon-935 nagayon-935 merged commit 7609b03 into main May 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant