mirror of
https://gitee.com/johng/gf
synced 2026-07-07 06:15:15 +08:00
change gitee.com/johng/gf -> github.com/gogf/gf
This commit is contained in:
@ -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 (
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user