1
0
Fork 0

refactor: ordering imports.

This commit is contained in:
Fernandez Ludovic 2017-06-03 14:56:25 +02:00 committed by Ludovic Fernandez
parent 63f9bccf9f
commit 2223587fc0
3 changed files with 9 additions and 8 deletions

View file

@ -1,11 +1,12 @@
package mocks
import "github.com/gambol99/go-marathon"
import "github.com/stretchr/testify/mock"
import (
"net/url"
"time"
import "net/url"
import "time"
"github.com/gambol99/go-marathon"
"github.com/stretchr/testify/mock"
)
// Marathon is a mock of marathon.Marathon
type Marathon struct {