Skip to content

Commit

Permalink
Fix lz4 import
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmetr authored and mostynb committed Sep 14, 2023
1 parent 59e0975 commit 5efc9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lz4/lz4.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package lz4

import (
internallz4 "github.com/mostynb/go-grpc-compression/internal/zstd"
internallz4 "github.com/mostynb/go-grpc-compression/internal/lz4"
)

const Name = internallz4.Name
Expand Down

0 comments on commit 5efc9be

Please sign in to comment.