[go-nuts] [ANNOUNCE] Moving "etcd" to its own GitHub org

2018-08-06 Thread Gyuho Lee
Hello Go community, We are moving all etcd projects (including coreos/bbolt ) to github.com/etcd-io. For example, github.com/coreos/etcd will be transferred to github.com/etcd-io/etcd , on *August 27,

[go-nuts] [ANN] etcd v3.3.0

2018-02-01 Thread Gyuho Lee
Hi Go users! We've just released etcd v3.3.0 with blog post . etcd is consistent distributed key-value store, mainly used as a separate coordination service. It's written in Go and uses gRPC for it