generates nested types in doc (#2201)

Co-authored-by: Link_Zhao <Link_Zhao@epam.com>
This commit is contained in:
Zlx
2022-08-28 21:51:27 +08:00
committed by GitHub
parent f70805ee60
commit 9d6c8f67f5
5 changed files with 134 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
type Common {
Some string `json:"some"` // some imported type
}