Commit 405504cc authored by Jacob Vosmaer's avatar Jacob Vosmaer

More separating imports

parent d44febe6
package staticpages package staticpages
import ( import (
"gitlab.com/gitlab-org/gitlab-workhorse/internal/testhelper"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"os" "os"
"path/filepath" "path/filepath"
"testing" "testing"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/testhelper"
) )
func TestIfNoDeployPageExist(t *testing.T) { func TestIfNoDeployPageExist(t *testing.T) {
......
...@@ -2,11 +2,12 @@ package staticpages ...@@ -2,11 +2,12 @@ package staticpages
import ( import (
"fmt" "fmt"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
"io/ioutil" "io/ioutil"
"log" "log"
"net/http" "net/http"
"path/filepath" "path/filepath"
"gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
) )
type errorPageResponseWriter struct { type errorPageResponseWriter struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment