goplantuml
goplantuml copied to clipboard
PlantUML Class Diagram Generator for golang projects
Installing through `go get` as suggested in the readme does not work anymore with Go 1.16+ The new recommended method is simply running `go install github.com/jfeliu007/goplantuml/cmd/goplantuml@latest`. For more information, see...
 https://github.com/jfeliu007/goplantuml/blob/c58566036a9eb54122a45a297d5b05cd27b19557/README.md?plain=1#L153-L160 I think it should be like this: 
Please support generics
Dear Javier, 1. I think the counterpart of inheritance in golang is the embedding of structures, so in case of the extends relation the current connection is not correct in...
In your example `MyStruct1` is a part of `MyStruct2`. In particular the lifetime of MyStruct1 instances that are associated that way to MyStruct2 instances depends on the lifetime of the...
In UML one does not use the same arrow for _interface implementation_ as for _inheritance_. Essentially you should use `i
Hello, I find the second one doesn't output correctly ```golang type GenerateBasic struct { Client ClientInfo UserID string CreateAt time.Time TokenInfo TokenInfo Request *http.Request } type AuthorizeGenerate interface { Token(ctx...
 When I plant the [go-redis](https://github.com/go-redis/redis)'s diagram, it shows struct statefulCmdable implements interface StatefulCmdable. But actually it doesn't implements.  the puml will ignore the nested interface: 
 Hello i try to install the package but not working, I think i miss a big mistake but i don't know where ?