Export library code in pkg/ (#1391)

* Export library code in `pkg/`

* new doc page
This commit is contained in:
John Kerl 2023-09-10 17:15:13 -04:00 committed by GitHub
parent 93b7c8eac0
commit 268a96d002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
358 changed files with 1076 additions and 693 deletions

View file

@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/johnkerl/miller/internal/pkg/colorizer"
"github.com/johnkerl/miller/pkg/colorizer"
)
const boldString = "\u001b[1m"

View file

@ -11,7 +11,7 @@ import (
"strings"
"time"
"github.com/johnkerl/miller/internal/pkg/entrypoint"
"github.com/johnkerl/miller/pkg/entrypoint"
"github.com/pkg/profile" // for trace.out
)

View file

@ -8,7 +8,7 @@ import (
"fmt"
"os"
"github.com/johnkerl/miller/internal/pkg/scan"
"github.com/johnkerl/miller/pkg/scan"
)
func main() {

View file

@ -11,7 +11,7 @@ package main
import (
"fmt"
"github.com/johnkerl/miller/internal/pkg/mlrval"
"github.com/johnkerl/miller/pkg/mlrval"
)
func main() {