Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-01 15:06:46 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-01 15:06:46 +0300
commit70ecebcc9cf140016e8330a9a00feee672f781f7 (patch)
treeba245102abd6bc1d9ce6a4bd139223b3d7f20bfc
parent353564226f27a4edbb11156ccaed05bece1ef0a3 (diff)
test: change import order in mock file
-rw-r--r--internal/mocks/mocks.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/mocks/mocks.go b/internal/mocks/mocks.go
index 2816205d..e1f0f6d7 100644
--- a/internal/mocks/mocks.go
+++ b/internal/mocks/mocks.go
@@ -5,9 +5,10 @@
package mocks
import (
- gomock "github.com/golang/mock/gomock"
http "net/http"
reflect "reflect"
+
+ gomock "github.com/golang/mock/gomock"
)
// MockArtifact is a mock of Artifact interface