We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c686b commit 23ad446Copy full SHA for 23ad446
main.go
@@ -95,7 +95,7 @@ func main() {
95
// https://siteinfo.mlab-oti.measurementlab.net/v2/sites/annotations.json
96
h, err := host.Parse(*hostname)
97
rtx.Must(err, "Failed to parse the provided hostname")
98
- mlabHostname := h.String()
+ mlabHostname := h.StringWithService()
99
100
defer mainCancel()
101
// A waitgroup that waits for every component goroutine to complete before main exits.
0 commit comments