package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev

# Functions

NewCanvas creates an empty canvas.
NewRobot creates a new robot that paints on the given canvas.

# Constants

The four directions the robot can move.
The four directions the robot can move.
The four directions the robot can move.
The four directions the robot can move.

# Structs

Canvas is an infinitely paintable 2D surface.
Robot is an emergency hull painting robot.

# Type aliases

Direction is one of the cardinal directions that the robot can move.