Versions in this module Expand all Collapse all v1 v1.11.7 Dec 25, 2024 v1.11.6 Sep 12, 2024 v1.11.5 Aug 26, 2024 v1.11.4 Jun 12, 2024 v1.11.3 Jun 12, 2024 v1.11.2 Feb 27, 2024 v1.11.1 Feb 11, 2024 v1.11.0 Jul 25, 2023 v1.10.0 Jul 23, 2023 v1.9.0 Jul 23, 2023 Changes in this version + type Project struct + Directory string + GoArchFilePath string + GoModFilePath string + ModuleName string + type Referable struct + Reference Reference + Value T + func NewEmptyReferable(value T) Referable[T] + func NewReferable(value T, ref Reference) Referable[T] + type Reference struct + Column int + File string + Line int + LineFrom int + LineTo int + Valid bool + func NewEmptyReference() Reference + func NewReferenceRange(file string, lineFrom, lineMain, lineTo int) Reference + func NewReferenceSingleLine(file string, line int, column int) Reference + func (r Reference) ClampWithRealLinesCount(linesCount int) Reference + func (r Reference) ExtendRange(lower, upper int) Reference + func (r Reference) String() string