Files

6 lines
125 B
Go
Raw Permalink Normal View History

2025-12-01 06:49:26 -06:00
// Package direction provides constants for left and right directions.
package direction
const Left = "L"
const Right = "R"