miller/internal/pkg/runtime/doc.go
John Kerl 0c75713b94
Fix codespell config to skip multiple files (#837)
* trying to get codespell to trigger before merge to main

* iterating

* https://github.com/codespell-project/actions-codespell

* iterating

* iterating

* iterating

* iterating

* iterating

* more

* more

* more
2022-01-03 23:16:43 -05: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