jfeliu007 / goplantuml

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

Interface implementation is not properly visualized #120

Open fractalqb opened 2 years ago

fractalqb commented 2 years ago

In UML one does not use the same arrow for interface implementation as for inheritance. Essentially you should use i <|.. c when a class (struct) c implements an interface i. (The example in the README uses <|-- which denotes inheritance)