You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The generated diagram is saved as .PNG file
9
9
So far you can create only sequence diagrams and add Participants, directional and undirectional edges, labels for edges and set a title for the diagram.
10
10
I'll be updating this repository whenever I need the tool to support more functionality, feel free to create an Issue with a feature request. Since I just started this project, contributing should also be quite easy (I appreciate any contribution).
11
11
12
-
You don't need to download any dependencies such as plantUML or Graphviz. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
12
+
You don't need to download any dependencies such as plantUML or Graphviz, which is what most of the tools out there require and what was also my motivation to start this project. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
0 commit comments