goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

Interface implementation is not properly visualized

Open fractalqb opened this issue 4 years ago • 0 comments

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)

fractalqb avatar Oct 25 '21 14:10 fractalqb