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:
authorNick Thomas <nick@gitlab.com>2018-10-24 05:16:40 +0300
committerNick Thomas <nick@gitlab.com>2018-10-24 05:20:07 +0300
commiteedcca12c35f518ba85adfd2b9babedd288bbb82 (patch)
treebb1d822f466a8f2a388afbc80781f1220987cd71 /helpers_test.go
parent4713390d292b001a47a952172f78bf627d540f85 (diff)
Fix import paths for goimport
Diffstat (limited to 'helpers_test.go')
-rw-r--r--helpers_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers_test.go b/helpers_test.go
index 83107488..bf61b7a4 100644
--- a/helpers_test.go
+++ b/helpers_test.go
@@ -15,6 +15,7 @@ import (
"time"
"github.com/stretchr/testify/require"
+
"gitlab.com/gitlab-org/gitlab-pages/internal/fixture"
)