Closed joonas closed 2 years ago
This addresses the case where a function is associated with an ast.ArrayType as is the case with the functions associated with domain.Classes.
domain.Classes
While I didn't add a test for it, it's easy enough to replicate by running the following at the root of this repository:
go install . && go-plantuml generate -r
Closes #7
This addresses the case where a function is associated with an ast.ArrayType as is the case with the functions associated with
domain.Classes
.While I didn't add a test for it, it's easy enough to replicate by running the following at the root of this repository:
Closes #7