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:
Diffstat (limited to 'domain_test.go')
-rw-r--r--domain_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/domain_test.go b/domain_test.go
index 56e032a4..f10009c3 100644
--- a/domain_test.go
+++ b/domain_test.go
@@ -2,12 +2,12 @@ package main
import (
"github.com/stretchr/testify/assert"
+ "github.com/stretchr/testify/require"
+ "mime"
"net/http"
+ "net/http/httptest"
"net/url"
"testing"
- "net/http/httptest"
- "github.com/stretchr/testify/require"
- "mime"
)
func TestGroupServeHTTP(t *testing.T) {