Documentation
¶
Overview ¶
Package depgraph provides functionality to resolve dependencies. The depth-first topological sorting algorithm is used. See https://en.wikipedia.org/wiki/Topological_sorting#Depth-first_search
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCyclicGraph = errors.New("the dependency graph is cyclic")
ErrCyclicGraph is an error indicating that the dependency graph is cyclic and therefore can't be resolved
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.