goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

PlantUML Class Diagram Generator for golang projects

Results 42 goplantuml issues
Sort by recently updated
recently updated
newest added

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://user-images.githubusercontent.com/65847420/174438863-18303ef6-3b54-43df-ab47-a89721bc2fc1.png) https://github.com/jfeliu007/goplantuml/blob/c58566036a9eb54122a45a297d5b05cd27b19557/README.md?plain=1#L153-L160 I think it should be like this: ![图片](https://user-images.githubusercontent.com/65847420/174439060-411ae0f5-275c-41b5-8529-33947f054e9f.png)

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...

![image](https://user-images.githubusercontent.com/12959892/128304485-50f448b2-15b7-44b1-a1c6-c800377d5ee8.png) 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. ![image](https://user-images.githubusercontent.com/12959892/128305122-51668d50-4635-4085-b8c7-a41844cef3d6.png) the puml will ignore the nested interface: ![image](https://user-images.githubusercontent.com/12959892/128305383-7f0f88d4-8a76-4766-8797-902da98c4cfa.png)

![image](https://user-images.githubusercontent.com/15039645/118801005-d3a4c080-b8a0-11eb-8368-104f11b408d3.png) Hello i try to install the package but not working, I think i miss a big mistake but i don't know where ?