package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Oct 9, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var ErrCircularDependency = errors.New("circular dependency found")
ErrCircularDependency report that circular dependency found
Resolve resolve dependencies
Graph is the collection of node
Node represents a single node in the graph with it's dependencies
func NewNode(index int, data interface{}, deps ...*Node) *Node
NewNode creates a new node
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.