gouml icon indicating copy to clipboard operation
gouml copied to clipboard

Automatically generate PlantUML from Go Code.

Results 12 gouml issues
Sort by recently updated
recently updated
newest added

First of all, awesome tool for reverse engineering. Wonderful work! Let me illustrate this issue with an example: Let's say I have a package called `usecases` with an interface called...

I am trying to install gouml, but got this error. ``` go get -u github.com/kazukousen/gouml/cmd/gouml # github.com/kazukousen/gouml/cmd/gouml ../../../go/src/github.com/kazukousen/gouml/cmd/gouml/main.go:37:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment ```

From what I understand the StringSliceFlag allows multiple files to be initialized ``` gouml --file somedirectory/ --file someotherdirectory/ ``` Currently the help documentation for `gouml init` does not make this...

Using gouml? Let's us know in the comments!

Let me say first that this is a freaking awesome tool. I let it loose on a complicated model, it took 5 minutes but did a stellar job. Of course,...

Not sure how feasible this is, but would also be nice to be able to generate a sequence diagram/s... Just an idea. :)

![image](https://user-images.githubusercontent.com/13606718/56422536-e96ee280-62e2-11e9-8392-0f77764ca292.png)