jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.77k stars 166 forks source link

Fix error from named imports and anonymous fields #124

Closed csams closed 2 years ago

csams commented 2 years ago

Members of named imports used as anonymous fields in structs will cause a syntax error where the named field is prefixed with an extraneous double quote.

Fixed by trimming double quotes from both sides of the import.

Fixes #123

Signed-off-by: Christopher Sams cwsams@gmail.com