Skip to content

Commit

Permalink
updated generated file path
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Jul 1, 2024
1 parent ab6b8b1 commit 6fc891f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/codegen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const (
)

func (t *Template) FilePrefix() string {
if t.MethodFragment != "" {
return ""
}
if t.filePrefix != "" {
return t.filePrefix
}
Expand Down

0 comments on commit 6fc891f

Please sign in to comment.