//
pkg.gl
Category
github.com/mjm/advent-of-code-2019
day19
package
0.0.0-20191230163237-a30599c1cba0
Repository:
https://github.com/mjm/advent-of-code-2019.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
155 SLOC
#
Functions
NewCanvas
NewCanvas creates an empty canvas.
NewDrone
NewDrone creates a new drone that records its findings onto a given canvas.
#
Structs
Canvas
Canvas is an infinitely paintable 2D surface.
Drone
Drone represents a drone being used to map out the area affected by a tractor beam.