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,8 +1,9 @@
package log
import (
golog "github.com/coreos/etcd/third_party/github.com/coreos/go-log/log"
"os"
golog "github.com/coreos/etcd/third_party/github.com/coreos/go-log/log"
)
// The Verbose flag turns on verbose logging.