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
## Which problem is this PR solving?
- part of jaegertracing#6869
## Description of the changes
- Remove package pkg/netutils by
- removing unused function `FixLocalhost`
- moving function GetPort as private util function `getPortForAddr`
within package `cmd/query/app` - the only place where this function is
used
## How was this change tested?
- running existing tests in the project
## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `npm run lint` and `npm run test`
Signed-off-by: pipiland <[email protected]>
Signed-off-by: amol-verma-allen <[email protected]>
0 commit comments