miller/pkg/input/constants.go
John Kerl 57b32c3e9b
Separate out ILineReader abstraction (#1504)
* Split up pkg/input/record_reader.go

* new ILineReader/TLineReader
2024-02-24 22:07:56 -05:00

3 lines
46 B
Go

package input
const CSV_BOM = "\xef\xbb\xbf"