Skip to content

Commit

Permalink
Merge pull request #148 from ClickHouse/refactor/export-compress-package
Browse files Browse the repository at this point in the history
refactor: export compress package
  • Loading branch information
ernado authored Jul 4, 2022
2 parents ebeea6b + 8beebb0 commit e090aad
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 e090aad

Please sign in to comment.