Versions in this module Expand all Collapse all v0 v0.1.0 Oct 31, 2019 Changes in this version + type Position struct + EndLine int + EndPos int + StartLine int + StartPos int + func NewPosition(StartLine int, EndLine int, StartPos int, EndPos int) *Position + func (p Position) String() string