//
pkg.gl
Category
github.com/robertkrimen/otto
file
package
0.5.1
Repository:
https://github.com/robertkrimen/otto.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
3
Dependents
35
Files
122 SLOC
#
Functions
NewFile
NewFile returns a new file with the given filename, src and base.
#
Structs
File
File represents a file to parse.
FileSet
A FileSet represents a set of source files.
Position
Position describes an arbitrary source position including the filename, line, and column location.
#
Type aliases
Idx
Idx is a compact encoding of a source position within a file set.