open-consul/tlsutil
James Phillips 022fce0147 Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281)
* Upgrades to Go 1.7 and fixes vet finding and TLS behavior change.

* Fixes unit tests in a better manner by closing the client connection on errors.

We traced through and realized that https://github.com/golang/go/issues/15709
causes the output from the client to get buffered, which cuts off the alert
feedback due to the flush() call getting bypassed by the error return.
2016-11-07 18:15:26 -08:00
..
config.go Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281) 2016-11-07 18:15:26 -08:00
config_test.go Upgrades to Go 1.7 and fixes vet finding and TLS behavior change. (#2281) 2016-11-07 18:15:26 -08:00