Skip to content

Commit

Permalink
Merge pull request apache#403 from relops/snappy
Browse files Browse the repository at this point in the history
Redefine snappy import
  • Loading branch information
0x6e6562 committed May 27, 2015
2 parents df14309 + 02f4651 commit ec1f562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compressor.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gocql

import (
"code.google.com/p/snappy-go/snappy"
"github.com/golang/snappy/snappy"
)

type Compressor interface {
Expand Down
2 changes: 1 addition & 1 deletion compressor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package gocql

import (
"bytes"
"code.google.com/p/snappy-go/snappy"
"github.com/golang/snappy/snappy"
"testing"
)

Expand Down

0 comments on commit ec1f562

Please sign in to comment.