forked from Ivasoft/traefik
refactor: ordering imports.
This commit is contained in:
committed by
Ludovic Fernandez
parent
63f9bccf9f
commit
2223587fc0
@@ -2,11 +2,10 @@ package marathon
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
"fmt"
|
||||
|
||||
"github.com/containous/traefik/mocks"
|
||||
"github.com/containous/traefik/testhelpers"
|
||||
"github.com/containous/traefik/types"
|
||||
|
||||
Reference in New Issue
Block a user