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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ I'll be updating this repository whenever I need the tool to support more functi
11
11
12
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
13
13
14
-
Because of my personal philosophy I write any code in this repository 100% on my own, no Github Co-Pilot nor ChatGPT.
15
-
I became a software developer because of my passion for our craft - Software Engineering. I build this tool because I enjoy programming.
16
-
17
14
# Example
18
15
19
16
```
@@ -48,3 +45,6 @@ I became a software developer because of my passion for our craft - Software Eng
Because of my own personal philosophy regarding technology and AI, I write all the code in this repository 100% on my own. There is and will be no usage of Github Co-Pilot nor ChatGPT. I became a software developer because of my passion for our craft - Software Engineering. I build this tool because I enjoy programming. Every single line of code you'll read in this repo is produced first in my mind and then manifested into reality through my hands.
0 commit comments