Skip to content

Commit fd7e589

Browse files
committed
refactor: rename packages to pkg
Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
1 parent 970a5d9 commit fd7e589

15 files changed

Lines changed: 7 additions & 7 deletions

generate.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"strings"
1313
"time"
1414

15-
"github.com/fusakla/autograf/packages/generator"
16-
"github.com/fusakla/autograf/packages/grafana"
17-
"github.com/fusakla/autograf/packages/prometheus"
15+
"github.com/fusakla/autograf/pkg/generator"
16+
"github.com/fusakla/autograf/pkg/grafana"
17+
"github.com/fusakla/autograf/pkg/prometheus"
1818
)
1919

2020
type AuthenticatedTransport struct {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"slices"
66
"strings"
77

8-
"github.com/fusakla/autograf/packages/generator"
8+
"github.com/fusakla/autograf/pkg/generator"
99
"github.com/fusakla/sdk"
1010
"golang.org/x/exp/maps"
1111
)

0 commit comments

Comments
 (0)