//
pkg.gl
Category
github.com/softwarebygabe/advent
2019
6
part2
package
0.0.0-20241212003305-4db1a886d2eb
Repository:
https://github.com/softwarebygabe/advent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
202 SLOC
#
Functions
Walk
Walk traverses a tree depth-first, sending each Value on a channel.
Walker
Walker launches Walk in a new goroutine, and returns a read-only channel of values.
#
Structs
Node
Node ...