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

fix: fix example test failed of CreateFile

This commit is contained in:
dudaodong
2023-01-08 20:44:23 +08:00
parent a930511054
commit 395e0883c7

View File

@@ -19,7 +19,7 @@ func ExampleIsExist() {
}
func ExampleCreateFile() {
fname := "./test.txt"
fname := "./a.txt"
result1 := IsExist(fname)