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:
@@ -19,7 +19,7 @@ func ExampleIsExist() {
|
||||
}
|
||||
|
||||
func ExampleCreateFile() {
|
||||
fname := "./test.txt"
|
||||
fname := "./a.txt"
|
||||
|
||||
result1 := IsExist(fname)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user