mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
4 lines
234 B
Go
4 lines
234 B
Go
// Package stream is the high-level view of Miller. It uses Go channels to pipe
|
|
// together file-reads, to record-reading/parsing, to a chain of
|
|
// record-transformers, to record-writing/formatting, to terminal output.
|
|
package stream
|