Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use math.MaxUint64 instead of 0xffffffffffffffff (jaegertracing#5295)
<!-- !! Please DELETE this comment before posting. We appreciate your contribution to the Jaeger project! ππ --> Use the variables included in the go standard library to make the code clearer The same as jaegertracing#5294 ## Description of the changes - Math MaxUint64 is a constant currently defined in the go standard library and can be used directly without having to define it repeatedly ## How was this change tested? - no need ## 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`: `yarn lint` and `yarn test` Signed-off-by: majorteach <csgcgl@126.com>
- Loading branch information