package
0.0.0-20240319171658-c50f1b6ba738
Repository: https://github.com/robfig/soy.git
Documentation: pkg.go.dev

# Functions

IsErrFilePos identifies whethere or not the root cause of the provided error is of the ErrFilePos type.
NewErrFilePosf creates an error conforming to the ErrFilePos interface.
ToErrFilePos converts the input error to an ErrFilePos if possible, or nil if not.

# Interfaces

ErrFilePos extends the error interface to add details on the file position where the error occurred.