diff options
Diffstat (limited to 'tpl/diagrams')
-rw-r--r-- | tpl/diagrams/diagrams.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/diagrams/diagrams.go b/tpl/diagrams/diagrams.go index 9abe9e24c..d5d19b08b 100644 --- a/tpl/diagrams/diagrams.go +++ b/tpl/diagrams/diagrams.go @@ -64,6 +64,7 @@ type Namespace struct { d *deps.Deps } +// Goat creates a new SVG diagram from input v. func (d *Namespace) Goat(v any) SVGDiagram { var r io.Reader |