package
0.0.0-20241212003305-4db1a886d2eb
Repository: https://github.com/softwarebygabe/advent.git
Documentation: pkg.go.dev

# Functions

Walk traverses a tree depth-first, sending each Value on a channel.
Walker launches Walk in a new goroutine, and returns a read-only channel of values.

# Structs

Node ...