Skip to content

Commit

Permalink
refactor: export compress package
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jul 4, 2022
1 parent ebeea6b commit 8beebb0
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"go.opentelemetry.io/otel/trace"
"go.uber.org/zap"

"github.com/ClickHouse/ch-go/internal/compress"
"github.com/ClickHouse/ch-go/compress"
pkgVersion "github.com/ClickHouse/ch-go/internal/version"
"github.com/ClickHouse/ch-go/otelch"
"github.com/ClickHouse/ch-go/proto"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion proto/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/go-faster/errors"

"github.com/ClickHouse/ch-go/internal/compress"
"github.com/ClickHouse/ch-go/compress"
)

// Decoder implements decoding from Reader.
Expand Down
2 changes: 1 addition & 1 deletion query.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"go.uber.org/zap"
"golang.org/x/sync/errgroup"

"github.com/ClickHouse/ch-go/internal/compress"
"github.com/ClickHouse/ch-go/compress"
"github.com/ClickHouse/ch-go/otelch"
"github.com/ClickHouse/ch-go/proto"
)
Expand Down
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"go.uber.org/atomic"
"go.uber.org/zap"

"github.com/ClickHouse/ch-go/internal/compress"
"github.com/ClickHouse/ch-go/compress"
"github.com/ClickHouse/ch-go/proto"
)

Expand Down

0 comments on commit 8beebb0

Please sign in to comment.