We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945e9fa commit fdfef88Copy full SHA for fdfef88
coderd/coderd_test.go
@@ -6,12 +6,11 @@ import (
6
"strings"
7
"testing"
8
9
- "golang.org/x/xerrors"
10
-
11
"github.com/go-chi/chi/v5"
12
"github.com/stretchr/testify/assert"
13
"github.com/stretchr/testify/require"
14
"go.uber.org/goleak"
+ "golang.org/x/xerrors"
15
16
"github.com/coder/coder/buildinfo"
17
"github.com/coder/coder/coderd/coderdtest"
coderd/httpmw/authorize.go
@@ -5,7 +5,6 @@ import (
5
"net/http"
"github.com/google/uuid"
"golang.org/x/xerrors"
"cdr.dev/slog"
0 commit comments