mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
remove deprecated functions and fix corresponding unit test cases
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
|
||||
func main() {
|
||||
err := gcompress.UnZipContent(
|
||||
gfile.GetBinContents(`D:\Workspace\Go\GOPATH\src\github.com\gogf\gf\geg\encoding\gcompress\data.zip`),
|
||||
gfile.GetBytes(`D:\Workspace\Go\GOPATH\src\github.com\gogf\gf\geg\encoding\gcompress\data.zip`),
|
||||
`D:\Workspace\Go\GOPATH\src\github.com\gogf\gf\geg`,
|
||||
)
|
||||
fmt.Println(err)
|
||||
|
||||
Reference in New Issue
Block a user