mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-11 16:22:26 +08:00
fix: fix example test failed of CreateFile
This commit is contained in:
@@ -19,7 +19,7 @@ func ExampleIsExist() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func ExampleCreateFile() {
|
func ExampleCreateFile() {
|
||||||
fname := "./test.txt"
|
fname := "./a.txt"
|
||||||
|
|
||||||
result1 := IsExist(fname)
|
result1 := IsExist(fname)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user