mirror of
https://gitee.com/johng/gf
synced 2026-07-07 06:15:15 +08:00
improve package gtimer
This commit is contained in:
@ -8,9 +8,8 @@ import (
|
||||
|
||||
func main() {
|
||||
err := gcompress.ZipPath(
|
||||
`D:\Workspace\Go\GOPATH\src\github.com\gogf\gf\geg`,
|
||||
`D:\Workspace\Go\GOPATH\src\github.com\gogf\gf\geg\encoding\gcompress\data.zip`,
|
||||
"my-dir",
|
||||
`/Users/john/Workspace/Go/GOPATH/src/github.com/gogf/gf/test`,
|
||||
`/Users/john/Workspace/Go/GOPATH/src/github.com/gogf/gf/test.zip`,
|
||||
)
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user