mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
Support for referencing types in different API files using format (#1630)
This commit is contained in:
@@ -86,7 +86,7 @@ func DoGenProject(apiFile, dir, style string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := apiformat.ApiFormatByPath(apiFile); err != nil {
|
||||
if err := apiformat.ApiFormatByPath(apiFile, false); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user