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