Commit Graph

3 Commits (279123f4a7ceb427b280e55fb8c707d2f2c9d114)

Author SHA1 Message Date
guangwu 63368d8b0c
io/ioutil deprecated (#3217) 2 years ago
Kevin Wan 1c09db6d5d
chore: coding style (#2120) 2 years ago
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
3 years ago