jfeliu007 / goplantuml

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

Why aren't they convergent? #167

Open dancheng9999 opened 3 weeks ago

dancheng9999 commented 3 weeks ago

package student

type Person struct { name string }

type Student struct { person Person }

run command goplantuml -recursive -output ./uml/main.puml ./

@startuml namespace student { class Person << (S,Aquamarine) >> {

@enduml

image