Xiang Li 4bcd7587e2 etcdmain: fix incomplete proxy config file
etcd might generate incomplete proxy config file after a power failure.
It is because we use ioutil.WriteFile. And iotuile.WriteFile does
not call Sync before closing the file.
2015-12-21 16:15:00 -08:00
..
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2015-11-17 20:54:10 -08:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.