Skip to content

Commit 4402861

Browse files
committed
refactor: πŸ’‘ Move astutils to pkg directory
1 parent 658efc8 commit 4402861

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€Žpkg/actions/separate-interface/runner.goβ€Ž

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

15-
"github.com/mpyw/sqlc-restruct/pkg/actions/separate-interface/internal/astutil"
15+
"github.com/mpyw/sqlc-restruct/pkg/internal/astutil"
1616
"golang.org/x/exp/slices"
1717
)
1818

β€Žpkg/actions/separate-interface/separate_interface.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type ActionInput struct {
2626
ImplSQLSuffix string
2727
// ModelsFileName The file name for the sqlc-generated models file.
2828
ModelsFileName string
29-
// QuerierFileName The file name for the sqlc-generated `Querier` file.
29+
// QuerierFileName The file name for the sqlc-generated Querier file.
3030
QuerierFileName string
3131
}
3232

File renamed without changes.

0 commit comments

Comments
Β (0)