Documentation ¶ Index ¶ type Direction func Opposite(d Direction) Direction Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Direction ¶ type Direction uint8 const ( North Direction = iota + 1 East South West ) func Opposite ¶ func Opposite(d Direction) Direction Source Files ¶ View all Source files direction.go Click to show internal directories. Click to hide internal directories.