etcdmain: fix godeps on osx

This commit is contained in:
Xiang Li
2015-02-14 19:55:16 -08:00
committed by Yicheng Qin
parent 7bf615aee0
commit a776064a8b
30 changed files with 1159 additions and 2 deletions

View File

@ -16,6 +16,11 @@
package etcdmain
import (
// import procfs FIX godeps.
_ "github.com/coreos/etcd/Godeps/_workspace/src/github.com/prometheus/procfs"
)
const (
defaultMaxSnapshots = 5
defaultMaxWALs = 5