location

package
v0.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	Location
	Message string `regexp:"message"`
}

func (*Error) String

func (e *Error) String() string

type Location

type Location struct {
	File    string  `regexp:"file"`
	File2   string  `regexp:"file2"`
	Line    uint64  `regexp:"line"`
	Line2   uint64  `regexp:"line2"`
	Column  *uint64 `regexp:"column"`
	Column2 *uint64 `regexp:"column2"`
}

func (*Location) String

func (l *Location) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL