mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 04:48:33 +07:00
Move packages 'doc' and 'print' to internal/pkg.
This commit is contained in:
committed by
Martin Etmajer
parent
7c67f1bea0
commit
988d897a9e
@@ -3,7 +3,7 @@ package doc_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/segmentio/terraform-docs/doc"
|
||||
"github.com/segmentio/terraform-docs/internal/pkg/doc"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/segmentio/terraform-docs/doc"
|
||||
"github.com/segmentio/terraform-docs/internal/pkg/doc"
|
||||
)
|
||||
|
||||
// Pretty printer pretty prints a doc.
|
||||
@@ -3,8 +3,8 @@ package print_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/segmentio/terraform-docs/doc"
|
||||
"github.com/segmentio/terraform-docs/print"
|
||||
"github.com/segmentio/terraform-docs/internal/pkg/doc"
|
||||
"github.com/segmentio/terraform-docs/internal/pkg/print"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user