src

package
v0.0.0-...-89480e5 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2018 License: BSD-2-Clause Imports: 1 Imported by: 0

Documentation

Overview

Package src provides source code position tracking.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pos

type Pos struct {
	Filename string // path as provided by the user
	Line     int32  // line number, valid values start at 1
	Column   int16
}

Pos is a position in a source file.

func (Pos) String

func (p Pos) String() string

Jump to

Keyboard shortcuts

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