miller/pkg/runtime/doc.go
John Kerl 268a96d002
Export library code in pkg/ (#1391)
* Export library code in `pkg/`

* new doc page
2023-09-10 17:15:13 -04:00

3 lines
167 B
Go

// Package runtime contains state for the concrete-syntax-tree executor which
// runs user-specifed statements in the Miller domain-specific language.
package runtime