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

This commit is contained in:
James Phillips 2015-10-23 17:14:35 -07:00
parent 798d49c388
commit 088603949c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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