Making code formatting consistent.

$ gofmt -s -w  && goimports -w
This commit is contained in:
Tomás Senart
2014-03-27 14:19:08 +01:00
parent 1f10c4d352
commit b6053d6a86
16 changed files with 62 additions and 58 deletions

View File

@@ -1,9 +1,10 @@
package v1
import (
"net/http"
"github.com/coreos/etcd/store"
"github.com/coreos/etcd/third_party/github.com/goraft/raft"
"net/http"
)
// The Server interface provides all the methods required for the v1 API.