buildGraph
func() *v0.GraphbuildGraph is a small, realistic dependency graph: a realm on top of a couple of libraries, themselves on a shared core.
- OID
- 0b88e2…493a:3
buildGraph details
cyclicGraph
func() *v0.GraphcyclicGraph is broken on purpose: auth and session need each other.
- OID
- 0b88e2…493a:5
cyclicGraph details
Render
func(path string) stringRender renders the demo for gnoweb. Render("") / Render("/") -> the build graph, resolved Render("/cycle") -> the broken graph and its report
- OID
- 0b88e2…493a:6
Render details
renderCycle
func() stringrenderCycle shows the failure mode.
- OID
- 0b88e2…493a:7
renderCycle details
parseArg
func(path string) stringparseArg extracts the first path segment.
- OID
- 0b88e2…493a:8