From 3acde138caf7155b536cc7896cf774c4c7fe463a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 19 Jul 2019 23:37:51 +0200 Subject: [PATCH] Format code with goimports Fixed formatting and import order. --- http/test_round_tripper.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/http/test_round_tripper.go b/http/test_round_tripper.go index b1e32f1..11a024e 100644 --- a/http/test_round_tripper.go +++ b/http/test_round_tripper.go @@ -1,8 +1,9 @@ package http import ( - "github.com/stretchr/testify/mock" "net/http" + + "github.com/stretchr/testify/mock" ) // TestRoundTripper DEPRECATED USE net/http/httptest