Documentation ¶
Overview ¶
Package graphviz implements some graphviz utilities. Graphviz must be installed for these to work.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NotFoundError ¶
type NotFoundError struct {
ToolName string
}
NotFoundError is generated when a Graphviz tool could not be found.
func (NotFoundError) Error ¶
func (e NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.