github.com/mithrandie/csvq@v1.18.1/lib/excmd/const.go (about) 1 package excmd 2 3 const EOF = -1 4 5 type ElementType int 6 7 const ( 8 FixedString ElementType = iota 9 Variable 10 EnvironmentVariable 11 RuntimeInformation 12 CsvqExpression 13 )