minio/vendor/go.uber.org/multierr
Nitish Tiwari 2aa18cafc6 Update federation target to etcd/clientv3 (#6119)
With CoreDNS now supporting etcdv3 as the DNS backend, we
can update our federation target to etcdv3. Users will now be
able to use etcdv3 server as the federation backbone.

Minio will update bucket data to etcdv3 and CoreDNS can pick
that data up and serve it as bucket style DNS path.
2018-07-12 14:12:40 -07:00
..
CHANGELOG.md Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
error.go Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
glide.lock Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
glide.yaml Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
LICENSE.txt Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
Makefile Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
README.md Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00

multierr GoDoc Build Status Coverage Status

multierr allows combining one or more Go errors together.

Installation

go get -u go.uber.org/multierr

Status

Stable: No breaking changes will be made before 2.0.


Released under the MIT License.