Skip to content

Commit 225225c

Browse files
authored
refactor(sidekick): move files to internal/sidekick/sidekick (#2818)
As a step toward consolidating the internal/sidekick/internal/ packages under internal/sidekick, move the existing files into internal/sidekick/sidekick. Pure code in motion. For #2816
1 parent 10749bd commit 225225c

22 files changed

+2
-2
lines changed

cmd/sidekick/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"fmt"
1919
"os"
2020

21-
"github.com/googleapis/librarian/internal/sidekick"
21+
"github.com/googleapis/librarian/internal/sidekick/sidekick"
2222
)
2323

2424
func main() {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)