change gitee.com/johng/gf -> github.com/gogf/gf

This commit is contained in:
John
2019-02-02 16:18:25 +08:00
parent 150aa7e2c2
commit 76c49170bd
706 changed files with 1697 additions and 1697 deletions

View File

@ -6,7 +6,7 @@ import (
"io/ioutil"
"os"
"gitee.com/johng/gf/third/github.com/golang/snappy"
"github.com/gogf/gf/third/github.com/golang/snappy"
)
var (

View File

@ -17,7 +17,7 @@
//
// The canonical, C++ implementation is at https://github.com/google/snappy and
// it only implements the block format.
package snappy // import "gitee.com/johng/gf/third/github.com/golang/snappy"
package snappy // import "github.com/gogf/gf/third/github.com/golang/snappy"
import (
"hash/crc32"