10000 Move ./nextrouter -> ./site/nextrouter · coder/coder@19fcfac · GitHub
[go: up one dir, main page]

Skip to content

Commit 19fcfac

Browse files
committed
Move ./nextrouter -> ./site/nextrouter
1 parent 8f2b47d commit 19fcfac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

site/embed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
"cdr.dev/slog"
1414

15-
"github.com/coder/coder/nextrouter"
15+
"github.com/coder/coder/site/nextrouter"
1616
)
1717

1818
// The `embed` package ignores recursively including directories
File renamed without changes.

nextrouter/nextrouter_test.go renamed to site/nextrouter/nextrouter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
"cdr.dev/slog"
1414

15-
"github.com/coder/coder/nextrouter"
15+
"github.com/coder/coder/site/nextrouter"
1616
)
1717

1818
func TestNextRouter(t *testing.T) {

0 commit comments

Comments
 (0)
0