goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

Bug: goplantuml will ignore nested interface

Open Hawken94 opened this issue 4 years ago • 0 comments

image

When I plant the go-redis's diagram, it shows struct statefulCmdable implements interface StatefulCmdable. But actually it doesn't implements.

image

the puml will ignore the nested interface: image

Hawken94 avatar Aug 05 '21 06:08 Hawken94