Skip to content

Commit

Permalink
Merge pull request #455 from qaohv/patch-1
Browse files Browse the repository at this point in the history
fix code.google.com/p/snappy-go/snappy to github.com/golang/snappy
  • Loading branch information
eapache committed May 27, 2015
2 parents 290aa18 + 6d47b6c commit cc8ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snappy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"encoding/binary"

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

var snappyMagic = []byte{130, 83, 78, 65, 80, 80, 89, 0}
Expand Down

0 comments on commit cc8ed21

Please sign in to comment.