Cofd是一个轻量级的配置管理工具。通过查询Etcd,结合配置模板引擎,保持本地配置最新,同时具备定期探测机制,配置变更自动reload。
构建Go1.10是构建cofd所必需的。
$mkdir-p$GOPATH/src/github.com/kelseyhightower$gitcloehttps://github.com/kelseyhightower/cofd.git$GOPATH/src/github.com/kelseyhightower/cofd$cd$GOPATH/src/github.com/kelseyhightower/cofd$make现在,您应该在bi/目录中具有cofd :
$lsbi/cofd
评论