Documentation ¶ Index ¶ func New(file, input string, pos int, s string, a ...any) error func NewFromBookmark(file string, b Bookmark, s string, a ...any) error type Bookmark func NewBookmark(fileCnt string, filePos, offset int) Bookmark Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(file, input string, pos int, s string, a ...any) error func NewFromBookmark ¶ func NewFromBookmark(file string, b Bookmark, s string, a ...any) error Types ¶ type Bookmark ¶ type Bookmark struct { Offset int LineNo int Pos int Line string } func NewBookmark ¶ func NewBookmark(fileCnt string, filePos, offset int) Bookmark Source Files ¶ View all Source files bookmark.go tauerr.go Click to show internal directories. Click to hide internal directories.