haproxytech / haproxy-consul-connect

HaProxy Connector for Consul Connect. Enables Service Mesh with Consul and HaProxy using TLS and Consul Discovery
Apache License 2.0
95 stars 20 forks source link

CLEANUP: environment-check: remove redundant slice #53

Closed amelhusic closed 4 years ago

amelhusic commented 4 years ago

Find func accepts slice array and since out variable satisfies this, there is no need for additional []byte(out) call.

ShimmerGlass commented 4 years ago

LGTM