mirror of https://github.com/status-im/consul.git
go fmt
This commit is contained in:
parent
4d66b11c91
commit
1e4bdf6820
|
@ -280,7 +280,7 @@ PARSE:
|
||||||
// _name._tag.service.consul
|
// _name._tag.service.consul
|
||||||
d.serviceLookup(network, datacenter, labels[n-3][1:], tag, req, resp)
|
d.serviceLookup(network, datacenter, labels[n-3][1:], tag, req, resp)
|
||||||
|
|
||||||
// Consul 0.3 and prior format for SRV queries
|
// Consul 0.3 and prior format for SRV queries
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// Support "." in the label, re-join all the parts
|
// Support "." in the label, re-join all the parts
|
||||||
|
|
Loading…
Reference in New Issue