1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-11 00:02:28 +08:00

doc: update go playground demo

This commit is contained in:
dudaodong
2023-04-27 12:03:15 +08:00
parent 4888909208
commit f93c561f5d
15 changed files with 78 additions and 24 deletions

View File

@@ -522,7 +522,7 @@ import (
)
func main() {
isZip := IsZipFile("./zipfile.zip")
isZip := fileutil.IsZipFile("./zipfile.zip")
fmt.Println(isZip)
}
```