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