package main import h "git.bullercodeworks.com/brian/adventofcode/helpers" type Portal struct { Label string From h.Coordinate3d To h.Coordinate3d Outer bool }