Files
go-zero/tools/goctl
Fyn 6d9dfc08f9 feat(goctl): supports api multi-level importing (#1747)
* feat(goctl): supports api  multi-level importing

Resolves: #1744

* fix(goctl): import-cycle, etc.

import-cycle will not be allowed
e.g., a.api -> b.api -> a.api
regular multiple-import will be allowed
e.g., a.api -> b.api -> c.api
                   -> c.api

* refactor(goctl): adds comments to exported var

* fix(goctl): typo in a comment
2022-04-09 23:26:57 +08:00
..
2022-04-03 21:58:43 +08:00
2022-03-23 19:09:45 +08:00
2022-04-03 21:58:43 +08:00
2021-12-26 20:32:31 +08:00
2022-04-06 16:09:06 +08:00