fix host ip retrieving for package contrib/trace/jaeger when there is no intranet ip in host (#2640)

This commit is contained in:
John Guo
2023-05-12 11:59:05 +08:00
committed by GitHub
parent 0c3e66d6a0
commit bda5d252b2
3 changed files with 32 additions and 11 deletions

View File

@ -102,7 +102,7 @@ func ExampleQueue_Close() {
fmt.Println(q.Len())
fmt.Println(q.Pop())
// Output:
// May Output:
// 0
// <nil>
}