miller/internal/pkg/stream/doc.go
2021-11-11 14:15:13 -05:00

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