This commit is contained in:
Cong Ding
2013-12-12 14:53:22 -08:00
parent 5e1fdf554d
commit 468bfedf34
4 changed files with 23 additions and 25 deletions

View File

@@ -13,8 +13,8 @@ import (
"strconv"
"strings"
"github.com/coreos/etcd/log"
"github.com/BurntSushi/toml"
"github.com/coreos/etcd/log"
)
// The default location for the etcd configuration file.

View File

@@ -74,5 +74,3 @@ func (h *corsHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
h.router.ServeHTTP(w, req)
}