10000
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 8f2b47d commit 19fcfacCopy full SHA for 19fcfac
site/embed.go
@@ -12,7 +12,7 @@ import (
12
13
"cdr.dev/slog"
14
15
- "github.com/coder/coder/nextrouter"
+ "github.com/coder/coder/site/nextrouter"
16
)
17
18
// The `embed` package ignores recursively including directories
nextrouter/nextrouter.go renamed to site/nextrouter/nextrouter.go
nextrouter/nextrouter_test.go renamed to site/nextrouter/nextrouter_test.go
func TestNextRouter(t *testing.T) {
0 commit comments