emicklei / dot

Go package for writing descriptions using the Graphviz DOT and Mermaid language
MIT License
282 stars 19 forks source link

Added a function to delete a Node and its associated Edges #24

Closed EwenQuim closed 3 years ago

EwenQuim commented 3 years ago

Added a function and its corresponding Test. Tests pass 100%. I need it for my project, is it ok for you to integrate it in your lib ?

A fellow golang dev, Best

EwenQuim commented 3 years ago

Coverage is now 92.2, sorry for the force push, i just forgot things in my last commit so I --amend'ed them

emicklei commented 3 years ago

thank you for contributing @EwenQuim