Skip to content

Commit

Permalink
Let's see if the github variant of snappy is any better than the one …
Browse files Browse the repository at this point in the history
…from google
  • Loading branch information
0x6e6562 committed May 27, 2015
1 parent df14309 commit 02f4651
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 02f4651

Please sign in to comment.