Runs go fmt (sorts new go-cleanhttp imports).

This commit is contained in:
James Phillips 2015-10-23 17:14:35 -07:00
parent f6c774bec3
commit 2a51d55ce3
3 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ import (
"time"
"github.com/armon/circbuf"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/go-cleanhttp"
)
const (

View File

@ -18,9 +18,9 @@ import (
"testing"
"time"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/go-cleanhttp"
)
func makeHTTPServer(t *testing.T) (string, *HTTPServer) {

View File

@ -12,9 +12,9 @@ import (
"reflect"
"testing"
"github.com/hashicorp/go-cleanhttp"
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/go-cleanhttp"
)
func TestUiIndex(t *testing.T) {