Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60fb59e

Browse files
committed
Import order
1 parent 0d9da63 commit 60fb59e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

enterprise/coderd/workspaceproxy.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ import (
77
"net/http"
88
"net/url"
99

10-
"github.com/coder/coder/coderd/httpmw"
11-
1210
"github.com/google/uuid"
1311
"golang.org/x/xerrors"
1412

1513
"github.com/coder/coder/coderd/audit"
1614
"github.com/coder/coder/coderd/database"
1715
"github.com/coder/coder/coderd/httpapi"
16+
"github.com/coder/coder/coderd/httpmw"
1817
"github.com/coder/coder/coderd/workspaceapps"
1918
"github.com/coder/coder/codersdk"
2019
"github.com/coder/coder/cryptorand"

0 commit comments

Comments
 (0)